Define WIN32 for windows targets
authoruser <balthazar@yandex.ru>
Sun, 26 Dec 2021 02:33:30 +0000 (05:33 +0300)
committeruser <balthazar@yandex.ru>
Sun, 26 Dec 2021 02:33:30 +0000 (05:33 +0300)
CMakeLists.txt
src/CMakeLists.txt

index 9a14288..3d09969 100644 (file)
@@ -201,6 +201,7 @@ if (WIN32)
     configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/qt/res/bitcoin-qt.rc bitcoin-qt.rc)
     list(APPEND ALL_SOURCES bitcoin-qt.rc)
     list(APPEND ALL_LIBRARIES ws2_32 shlwapi mswsock ole32 oleaut32 uuid gdi32)
+    list(APPEND ALL_DEFINITIONS WIN32)
 endif()
 
 if (APPLE)
index c5747e9..456c35a 100644 (file)
@@ -116,7 +116,8 @@ list(APPEND ALL_LIBRARIES ${Boost_LIBRARIES} ixwebsocket OpenSSL::Crypto)
 
 # Windows-specific libraries
 if (WIN32)
-   list(APPEND ALL_LIBRARIES kernel32 user32 gdi32 comdlg32 winspool winmm shell32 comctl32 ole32 oleaut32 uuid rpcrt4 advapi32 ws2_32 mswsock shlwapi)
+    list(APPEND ALL_LIBRARIES kernel32 user32 gdi32 comdlg32 winspool winmm shell32 comctl32 ole32 oleaut32 uuid rpcrt4 advapi32 ws2_32 mswsock shlwapi)
+    list(APPEND ALL_DEFINITIONS WIN32)
 endif()
 
 # Some systems need rt library