We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5da4d1 commit bb23366Copy full SHA for bb23366
1 file changed
cmake/Modules/winconf-mingw.cmake
@@ -3,7 +3,7 @@ if (("${CMAKE_BUILD_TYPE}" STREQUAL "Debug") OR ("${CMAKE_BUILD_TYPE}" STREQUAL
3
endif ()
4
5
list(APPEND LibtorrentRasterbar_CUSTOM_DEFINITIONS
6
- -D__USE_W32_SOCKETS
7
- -D_FILE_OFFSET_BITS=64)
+ -D_FILE_OFFSET_BITS=64
+ -D__USE_W32_SOCKETS)
8
9
-link_libraries(advapi32 shell32 user32 wsock32 ws2_32 powrprof)
+link_libraries(advapi32 iphlpapi ole32 powrprof shell32 user32 wsock32 ws2_32)
0 commit comments