mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
[MSVCR*]
- Don't bother to clean up at process exit (Wine commit 66a54686 by Alexandre Julliard) svn path=/trunk/; revision=67250
This commit is contained in:
parent
fd843b6fd0
commit
cbe2b11ed5
4 changed files with 12 additions and 8 deletions
|
@ -160,6 +160,7 @@ DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
|
||||||
TRACE("Detach\n");
|
TRACE("Detach\n");
|
||||||
/* Deinit of the WINE code */
|
/* Deinit of the WINE code */
|
||||||
msvcrt_free_io();
|
msvcrt_free_io();
|
||||||
|
if (reserved) break;
|
||||||
msvcrt_free_mt_locks();
|
msvcrt_free_mt_locks();
|
||||||
//msvcrt_free_console();
|
//msvcrt_free_console();
|
||||||
//msvcrt_free_args();
|
//msvcrt_free_args();
|
||||||
|
|
|
@ -97,6 +97,7 @@ DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
|
||||||
TRACE("Detach\n");
|
TRACE("Detach\n");
|
||||||
/* Deinit of the WINE code */
|
/* Deinit of the WINE code */
|
||||||
msvcrt_free_io();
|
msvcrt_free_io();
|
||||||
|
if (reserved) break;
|
||||||
msvcrt_free_mt_locks();
|
msvcrt_free_mt_locks();
|
||||||
//msvcrt_free_console();
|
//msvcrt_free_console();
|
||||||
//msvcrt_free_args();
|
//msvcrt_free_args();
|
||||||
|
|
|
@ -116,6 +116,7 @@ DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
|
||||||
TRACE("Detach\n");
|
TRACE("Detach\n");
|
||||||
/* Deinit of the WINE code */
|
/* Deinit of the WINE code */
|
||||||
msvcrt_free_io();
|
msvcrt_free_io();
|
||||||
|
if (reserved) break;
|
||||||
msvcrt_free_mt_locks();
|
msvcrt_free_mt_locks();
|
||||||
//msvcrt_free_console();
|
//msvcrt_free_console();
|
||||||
//msvcrt_free_args();
|
//msvcrt_free_args();
|
||||||
|
|
|
@ -112,6 +112,7 @@ DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
|
||||||
TRACE("Detach\n");
|
TRACE("Detach\n");
|
||||||
/* Deinit of the WINE code */
|
/* Deinit of the WINE code */
|
||||||
msvcrt_free_io();
|
msvcrt_free_io();
|
||||||
|
if (reserved) break;
|
||||||
msvcrt_free_mt_locks();
|
msvcrt_free_mt_locks();
|
||||||
//msvcrt_free_console();
|
//msvcrt_free_console();
|
||||||
//msvcrt_free_args();
|
//msvcrt_free_args();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue