Add prototype for __globallocalestatus, it's going to be removed from crt headers...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Dec 2008 16:55:29 +0000 (16:55 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Dec 2008 16:55:29 +0000 (16:55 +0000)
svn path=/trunk/; revision=38234

reactos/lib/3rdparty/mingw/internal.h

index 91fe16f..6c17f24 100644 (file)
@@ -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