mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[MSCONFIG][ROSAPPS] Remove explicit MINGW_HAS_SECURE_API since it is already enabled globally. CORE-16224
This commit is contained in:
parent
3de67cec24
commit
5666ea2061
2 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue