This commit is contained in:
Vulpovile
2021-03-07 17:20:48 -08:00
parent e2136671a3
commit 06e8ef4dae
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
#define WINVER 0x0400
#include <G3DAll.h>
#include "DataModelV2/Instance.h"

View File

@@ -36,7 +36,7 @@
#endif
#ifndef _WIN32_WINNT // Necessary for WM_MOUSEWHEEL support
#define _WIN32_WINNT 0x0500
#define _WIN32_WINNT 0x0400
#endif
// MSVC++ Support