(MSVC) Fix redefinition warning

This commit is contained in:
twinaphex 2015-03-23 23:58:23 +01:00
parent 01e100f6df
commit 13789a7233

View File

@ -6,7 +6,9 @@
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
#endif
#ifndef _WIN32_IE
#define _WIN32_IE 0x0300
#endif
#include "../../driver.h"
#include "../../runloop.h"