Quote:
Originally posted by Ooble
Good point. I'm officially an idiot. Screw that then - I'll just use different files. Thanks for the help though.
|
Actually, you can do something like:
#ifdef _WIN32
#include <windows.h>
#endif
... common practice in winsock/bsd socket portability. Kinda vague, but you get the idea.