source:
network-game/common/Compiler.h@
aee0634
| Last change on this file since aee0634 was 34bd549, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 240 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 | #elif defined __APPLE__ |
| 12 | #define MAC |
| 13 | #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)