mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Add prototype for __globallocalestatus, it's going to be removed from crt headers later.
svn path=/trunk/; revision=38234
This commit is contained in:
parent
7907aea509
commit
a3d97cbae7
1 changed files with 2 additions and 0 deletions
2
reactos/lib/3rdparty/mingw/internal.h
vendored
2
reactos/lib/3rdparty/mingw/internal.h
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue