Skip to content

Commit

Permalink
Fix server compile against _WIN32_WINNT=0x601
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Aug 13, 2019
1 parent f0e0fe4 commit e5a67ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ else()
endif()


if(CMAKE_WINDOWS_VERSION STREQUAL "WIN8")
if(NOT CMAKE_WINDOWS_VERSION STREQUAL "WINXP")
set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} d3d11 dxgi dxguid)
endif()

Expand Down

0 comments on commit e5a67ab

Please sign in to comment.