From a3d97cbae706098f3f4f17be661f3d6f71379bbf Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 21 Dec 2008 16:55:29 +0000 Subject: [PATCH] Add prototype for __globallocalestatus, it's going to be removed from crt headers later. svn path=/trunk/; revision=38234 --- reactos/lib/3rdparty/mingw/internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/lib/3rdparty/mingw/internal.h b/reactos/lib/3rdparty/mingw/internal.h index 91fe16f6ee2..6c17f24232e 100644 --- a/reactos/lib/3rdparty/mingw/internal.h +++ b/reactos/lib/3rdparty/mingw/internal.h @@ -163,6 +163,8 @@ extern char **_imp___wcmdln; PIMAGE_SECTION_HEADER __cdecl _FindPESection (PBYTE pImageBase, DWORD_PTR rva); BOOL __cdecl _IsNonwritableInCurrentImage (PBYTE pTarget); + extern int __globallocalestatus; + #ifdef __cplusplus } #endif