mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[CMAKE] Globally enable secure CRT functions
"This is what Windows does" (tm)
This commit is contained in:
parent
f96407441c
commit
cd9f9e8b94
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ else()
|
|||
-D_WIN32_IE=0x600
|
||||
-D_WIN32_WINNT=0x502
|
||||
-D_WIN32_WINDOWS=0x502
|
||||
-D_SETUPAPI_VER=0x502)
|
||||
-D_SETUPAPI_VER=0x502
|
||||
-DMINGW_HAS_SECURE_API=1)
|
||||
|
||||
# Arch Options
|
||||
if(ARCH STREQUAL "i386")
|
||||
|
|
Loading…
Reference in a new issue