[RSP] Main.cpp: Macro out #include requiring _WIN32.

This commit is contained in:
2016-02-11 16:44:13 -05:00
parent 2c5203c534
commit a774c8c5fd
1 changed files with 2 additions and 0 deletions

View File

@ -24,9 +24,11 @@
* *
*/ */
#ifdef _WIN32
#include <Windows.h> #include <Windows.h>
#include <windowsx.h> #include <windowsx.h>
#include <commctrl.h> #include <commctrl.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <common/StdString.h> #include <common/StdString.h>