mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
WIN32: Make sure _argc and _argv are present with mingw
In mingw32 when __STRICT_ANSI__ is defined these variables doesn't get defined
This commit is contained in:
parent
d1cc639318
commit
6ba11c8f93
@ -22,6 +22,8 @@
|
||||
|
||||
// Disable symbol overrides so that we can use system headers.
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
// HACK: Mingw32 doesn't define _argc _argv in strict ANSI mode
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user