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

This commit is contained in:
Hermès Bélusca-Maïto 2019-07-21 01:06:54 +02:00
parent 3de67cec24
commit 5666ea2061
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 0 additions and 6 deletions

View file

@ -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>

View file

@ -8,7 +8,6 @@
- Resolve forwarders
*/
#define MINGW_HAS_SECURE_API
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>