mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-30 22:51:01 +00:00
Fix preprocessor symbol for Windows
This commit is contained in:
parent
95f31cdd7e
commit
e3795c762a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "window/window.h"
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "win32/win32window.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue