mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Added _fcloseall for DLL_PROCESS_DETACH.
svn path=/trunk/; revision=2893
This commit is contained in:
parent
a28d727f4e
commit
0bb4cfa71e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: dllmain.c,v 1.11 2002/04/01 21:55:09 hbirr Exp $
|
/* $Id: dllmain.c,v 1.12 2002/04/28 22:37:00 hbirr Exp $
|
||||||
*
|
*
|
||||||
* ReactOS MSVCRT.DLL Compatibility Library
|
* ReactOS MSVCRT.DLL Compatibility Library
|
||||||
*/
|
*/
|
||||||
|
@ -129,6 +129,7 @@ DllMain(PVOID hinstDll,
|
||||||
nAttachCount--;
|
nAttachCount--;
|
||||||
|
|
||||||
/* FIXME: more cleanup... */
|
/* FIXME: more cleanup... */
|
||||||
|
_fcloseall();
|
||||||
|
|
||||||
/* destroy tls stuff */
|
/* destroy tls stuff */
|
||||||
DestroyThreadData();
|
DestroyThreadData();
|
||||||
|
|
Loading…
Reference in a new issue