source:
network-game/common/Compiler.h@
e437a19
| Last change on this file since e437a19 was b53c6b3, checked in by , 13 years ago | |
|---|---|
|
|
| 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.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)