Reactos

[MSCONFIG][ROSAPPS] Remove explicit MINGW_HAS_SECURE_API since it is already enabled globally. CORE-16224

-6
-5
base/applications/msconfig_new/precomp.h
··· 1 1 #ifndef _MSCONFIG_PCH_ 2 2 #define _MSCONFIG_PCH_ 3 3 4 - // NOTE: It is completely idiotic to need those defines defined 5 - // for having the *_s string functions. In the MS CRT they are 6 - // directly available without further tricks. 7 - #define MINGW_HAS_SECURE_API 1 8 - 9 4 #include <assert.h> 10 5 11 6 #include <stdarg.h>
-1
modules/rosapps/applications/devutils/createspec/createspec.c
··· 8 8 - Resolve forwarders 9 9 10 10 */ 11 - #define MINGW_HAS_SECURE_API 12 11 #include <stdio.h> 13 12 #include <stdlib.h> 14 13 #include <windows.h>