mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[MSVCRTEX]
- aply 52828 as well svn path=/trunk/; revision=52829
This commit is contained in:
parent
07913a767e
commit
c4513e2457
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue