mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 07:40:54 -08:00
Merge pull request #8677
fe8522cBump WINVER to 0x0600 (Windows Vista) (SChernykh)dab7d01Refactored rx-slow-hash.c (SChernykh)
This commit is contained in:
@@ -791,7 +791,7 @@ else()
|
||||
set(USE_LTO_DEFAULT false)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--stack,10485760")
|
||||
if(NOT BUILD_64)
|
||||
add_definitions(-DWINVER=0x0501 -D_WIN32_WINNT=0x0501)
|
||||
add_definitions(-DWINVER=0x0600 -D_WIN32_WINNT=0x0600)
|
||||
endif()
|
||||
endif()
|
||||
set(C_WARNINGS "-Waggregate-return -Wnested-externs -Wold-style-definition -Wstrict-prototypes")
|
||||
|
||||
Reference in New Issue
Block a user