Skip to content

Commit 45e548e

Browse files
authored
add missing macro USE_DISCONNECTEX switch
1 parent 70f0a8f commit 45e548e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ option(WITH_MBEDTLS "with mbedtls library" OFF)
3131
option(WITH_KCP "compile event/kcp" OFF)
3232

3333
if(WIN32 OR MINGW)
34+
option(USE_DISCONNECTEX "compile closesocket -> use DisconnectEx" OFF)
3435
option(WITH_WEPOLL "compile event/wepoll -> use iocp" ON)
3536
option(ENABLE_WINDUMP "Windows MiniDumpWriteDump" OFF)
3637
option(BUILD_FOR_MT "build for /MT" OFF)

0 commit comments

Comments
 (0)