mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 14:44:24 +08:00
Added _fcloseall for DLL_PROCESS_DETACH.
svn path=/trunk/; revision=2893
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user