Changeset 7640 for trunk/src/gdi32/initgdi32.cpp
- Timestamp:
- Dec 16, 2001, 4:30:37 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initgdi32.cpp
r7635 r7640 1 /* $Id: initgdi32.cpp,v 1. 9 2001-12-15 18:50:26sandervl Exp $1 /* $Id: initgdi32.cpp,v 1.10 2001-12-16 15:29:55 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 60 60 61 61 case DLL_PROCESS_DETACH: 62 STATS_DumpStats ();62 STATS_DumpStatsGDI32(); 63 63 ctordtorTerm(); 64 64 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.