source: network-game/common/compiler.h@ 171c4fe

Last change on this file since 171c4fe was 0dde5da, checked in by dportnoy <dmp1488@…>, 12 years ago

Added a makefile for the client and made the WSA functions only work on Windows platforms

  • Property mode set to 100644
File size: 201 bytes
Line 
1#if defined _WIN64
2 #define WINDOWS
3#elif defined _WIN32
4 #define WINDOWS
5#elif defined __linux
6 #define LINUX
7#elif defined __unix
8 #define LINUX
9#elif defined __posix
10 #define LINUX
11#endif
Note: See TracBrowser for help on using the repository browser.