mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
fix compile isses
This commit is contained in:
@@ -149,7 +149,7 @@ ENDIF(FORBIDDEN_FUNCTIONS)
|
||||
|
||||
IF(WIN32)
|
||||
SET(SOURCES ${SOURCES} src/framework/platform/win32platform.cpp)
|
||||
SET(ADDITIONAL_LIBRARIES ws2_32)
|
||||
SET(ADDITIONAL_LIBRARIES ws2_32 mswsock)
|
||||
|
||||
IF(CMAKE_COMPILER_IS_GNUCXX)
|
||||
ADD_DEFINITIONS(-D_WIN32_WINNT=0x0501)
|
||||
|
||||
Reference in New Issue
Block a user