mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-04 22:10:47 +00:00
Fixed wrong #ifdef
This commit is contained in:
parent
1020d5a22c
commit
fb9afe55dd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include "quakedef.h"
|
||||
#ifdef _WINDOWS
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue