-D__USE_W32_SOCKETS

This commit is contained in:
ksherlock 2019-02-20 13:28:40 -05:00 committed by GitHub
parent bef27e165e
commit 516d0e1439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ if (DRIVER MATCHES "WIN32")
target_link_libraries(GSplus comdlg32 Shlwapi IPHlpApi
winmm gdi32 dsound comctl32 ws2_32 shell32
)
target_compile_definitions(GSplus PRIVATE WIN_SOUND)
target_compile_definitions(GSplus PRIVATE WIN_SOUND __USE_W32_SOCKETS)
endif()
if (DRIVER MATCHES "SDL")