11 May
2005
11 May
'05
1:22 p.m.
wine.larry.engholm(a)xoxy.net writes:
One of the changes to file.c for revision 1.66 (2004/05/12) moved the code to flush output buffers from _close() to MSVCRT_fclose(). The latter function isn't called by msvcrt_free_io() which is called by DllMain() for DLL_PROCESS_DETACH, so buffers are no longer flushed when a program exits.
Then it's msvcrt_free_io() that should be fixed, not _close(). -- Alexandre Julliard julliard(a)winehq.org
7523
Age (days ago)
7523
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard