Author: tkreuzer Date: Sun Dec 21 10:55:29 2008 New Revision: 38234
URL: http://svn.reactos.org/svn/reactos?rev=38234&view=rev Log: Add prototype for __globallocalestatus, it's going to be removed from crt headers later.
Modified: trunk/reactos/lib/3rdparty/mingw/internal.h
Modified: trunk/reactos/lib/3rdparty/mingw/internal.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/internal... ============================================================================== --- trunk/reactos/lib/3rdparty/mingw/internal.h [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/mingw/internal.h [iso-8859-1] Sun Dec 21 10:55:29 2008 @@ -163,6 +163,8 @@ PIMAGE_SECTION_HEADER __cdecl _FindPESection (PBYTE pImageBase, DWORD_PTR rva); BOOL __cdecl _IsNonwritableInCurrentImage (PBYTE pTarget);
+ extern int __globallocalestatus; + #ifdef __cplusplus } #endif