A quick google shows that current Microsoft operating systems have made `time()` an alias for `_time64()` so those libraries Geany uses (probably Glib) have to use `_time32()` to explicitly get a 32 bit time even on a 64 bit system. So they will not run on any version thats so old that `_time32()` does not exist.
This cannot be fixed by Geany as its buried in the libraries. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1715#issuecomment-351548548
