[MSVCRTEX]

- aply 52828 as well

svn path=/trunk/; revision=52829
This commit is contained in:
Jérôme Gardou 2011-07-24 09:05:47 +00:00
parent 07913a767e
commit c4513e2457
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ list(APPEND MSVCRTEX_SOURCE
startup/natstart.c
startup/charmax.c
startup/merr.c
startup/atonexit.c
# startup/atonexit.c
startup/txtmode.c
startup/pesect.c
startup/tlsmcrt.c

View file

@ -75,8 +75,8 @@ extern _CRTALLOC(".CRT$XCZ") _PVFV __xc_z[];
/* TLS initialization hook. */
extern const PIMAGE_TLS_CALLBACK __dyn_tls_init_callback;
extern _PVFV *__onexitbegin;
extern _PVFV *__onexitend;
//extern _PVFV *__onexitbegin;
//extern _PVFV *__onexitend;
extern int mingw_app_type;
@ -128,7 +128,7 @@ pre_c_init (void)
__set_app_type(_GUI_APP);
else
__set_app_type (_CONSOLE_APP);
__onexitbegin = __onexitend = (_PVFV *) _encode_pointer ((_PVFV *)(-1));
// __onexitbegin = __onexitend = (_PVFV *) _encode_pointer ((_PVFV *)(-1));
* __MINGW_IMP_SYMBOL(_fmode) = _fmode;
* __MINGW_IMP_SYMBOL(_commode) = _commode;