Browse Source

Add _WIN32_WINNT version.

tags/v2.0.0
Andrew Belt 5 years ago
parent
commit
2f5bff5a3a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/system.cpp

+ 1
- 0
src/system.cpp View File

@@ -21,6 +21,7 @@
#endif

#if defined ARCH_WIN
#define _WIN32_WINNT _WIN32_WINNT_VISTA // for QueryThreadCycleTime
#include <windows.h>
#include <shellapi.h>
#include <processthreadsapi.h>


Loading…
Cancel
Save