Add _WIN32_WINNT definitions to avoid compilations errors with VS2005 (undefined Win32 API symbols).
This commit is contained in:
parent
e9bc81cc1d
commit
610e06931b
|
|
@ -194,6 +194,8 @@ if(WIN32)
|
|||
list(APPEND PLATFORM_LIBS dbghelp)
|
||||
endif()
|
||||
|
||||
add_definitions(-D_WIN32_WINNT=0x0500)
|
||||
|
||||
endif(WIN32)
|
||||
|
||||
# -- Mac OS X --
|
||||
|
|
|
|||
Loading…
Reference in New Issue