mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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
|
||||
*/
|
||||
|
@ -129,6 +129,7 @@ DllMain(PVOID hinstDll,
|
|||
nAttachCount--;
|
||||
|
||||
/* FIXME: more cleanup... */
|
||||
_fcloseall();
|
||||
|
||||
/* destroy tls stuff */
|
||||
DestroyThreadData();
|
||||
|
|
Loading…
Reference in a new issue