Add prototype for __globallocalestatus, it's going to be removed from crt headers later.

svn path=/trunk/; revision=38234
This commit is contained in:
Timo Kreuzer 2008-12-21 16:55:29 +00:00
parent 7907aea509
commit a3d97cbae7

View 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