mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-22 20:31:50 +00:00
Add platform defines for windows
This commit is contained in:
parent
4366acb6c0
commit
2482849546
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
#define OS "FreeBSD"
|
||||
#elif defined(__linux__)
|
||||
#define OS "Linux"
|
||||
#elif defined(_WIN32)
|
||||
#define OS "Windows"
|
||||
#else
|
||||
#define OS "Unknown"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue