summaryrefslogtreecommitdiff
path: root/mingw32-config.h
AgeCommit message (Collapse)Author
2011-10-17Making some adjustments to get the Socket code compiling under mingw32. ↵Pixel
Doesn't work though; I'm guessing IPv6 isn't really mingw32 thing. At least, it's not WinXP's. Will try later to make something that switches between IPv4 and IPv6 intelligently.
2011-10-12Enabling cross-compilation for Darwin. Haven't tested under the real thing ↵Nicolas "Pixel" Noble
yet though. The eprintf() thingy seems odd.
2011-10-12Mingw32 is braindead, and doesn't support _FILE_OFFSET_BITS. Disabling the ↵Pixel
stat watcher in libev, and adding a patch for people to fix their mingw32 distribution.
2011-10-12Forgot mingw32-config.h. Also fixed a couple of bugs:Pixel
WSAStartup has to be called in win32 at startup. The TLS environment needs to be cleared when created.