mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[MSCONFIG][ROSAPPS] Remove explicit MINGW_HAS_SECURE_API since it is already enabled globally. CORE-16224
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
#ifndef _MSCONFIG_PCH_
|
||||
#define _MSCONFIG_PCH_
|
||||
|
||||
// NOTE: It is completely idiotic to need those defines defined
|
||||
// for having the *_s string functions. In the MS CRT they are
|
||||
// directly available without further tricks.
|
||||
#define MINGW_HAS_SECURE_API 1
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
- Resolve forwarders
|
||||
|
||||
*/
|
||||
#define MINGW_HAS_SECURE_API
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user