zmq requires win xp or higher.

pull/1306/head
Jeff Becker 4 years ago
parent 92bb135a73
commit c2f9c46686
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -14,7 +14,8 @@ if(NOT MSVC_VERSION)
# to .r[o]data section one after the other!
add_compile_options(-fno-ident -Wa,-mbig-obj)
link_libraries( -lws2_32 -lshlwapi -ldbghelp -luser32 -liphlpapi -lpsapi -luserenv )
add_definitions(-DWINVER=0x0500 -D_WIN32_WINNT=0x0500)
# zmq requires windows xp or higher
add_definitions(-DWINVER=0x0501 -D_WIN32_WINNT=0x0501)
endif()
if(EMBEDDED_CFG)

Loading…
Cancel
Save