Commit 95134c01 authored by Joe Lee's avatar Joe Lee

Resolve "_WIN32_WINNT" redefinition warning in mingw build

parent a281b06c
......@@ -31,6 +31,10 @@
// Request Vista-level APIs.
#define WINVER 0x0600
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif
#define _WIN32_WINNT 0x0600
#define WIN32_LEAN_AND_MEAN // ::eyeroll::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment