mirror of
https://github.com/yquake2/xatrix.git
synced 2025-02-23 20:31:40 +00:00
Add Windows platform define
This commit is contained in:
parent
b94269cbdb
commit
7a5414243a
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