Bump Windows API requirement to Vista and later
This commit is contained in:
parent
223af17ddc
commit
1d2a5c2376
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
# define VC_EXTRALEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# undef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x0502
|
||||
# define _WIN32_WINNT 0x0600
|
||||
# include <windows.h>
|
||||
|
||||
# if defined(MINGW_DEFINE_OFF_T) && (defined(__MINGW32__) || defined(__MINGW64__))
|
||||
|
|
Loading…
Add table
Reference in a new issue