Skip to content

Commit

Permalink
Sort of need these changes too; hopefully we will re-spot them on lib…
Browse files Browse the repository at this point in the history
…ressl update
  • Loading branch information
d3x0r committed Oct 17, 2024
1 parent 7b7935a commit 98b3e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contrib/libressl/3.9.2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ endif()
if(WIN32)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
add_definitions(-D_CRT_DEPRECATED_NO_WARNINGS)
add_definitions(-D_CRT_NONSTDC_NO_WARNINGS)
add_definitions(-D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS)
add_definitions(-DNO_SYSLOG)
add_definitions(-DWIN32_LEAN_AND_MEAN)
if(NOT CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
add_definitions(-D_WIN32_WINNT=0x0600)
#add_definitions(-D_WIN32_WINNT=0x0600)
endif()
set(PLATFORM_LIBS ${PLATFORM_LIBS} ws2_32 ntdll bcrypt)
endif()
Expand Down

0 comments on commit 98b3e86

Please sign in to comment.