source: network-game/common/compiler.h@ 36082e8

Last change on this file since 36082e8 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
RevLine 
[e084950]1#if defined _WIN64
[0dde5da]2 #define WINDOWS
[e084950]3#elif defined _WIN32
[0dde5da]4 #define WINDOWS
[e084950]5#elif defined __linux
[0dde5da]6 #define LINUX
[e084950]7#elif defined __unix
[0dde5da]8 #define LINUX
[e084950]9#elif defined __posix
[0dde5da]10 #define LINUX
[e084950]11#endif
Note: See TracBrowser for help on using the repository browser.