Changeset 5355 for trunk/src/user32/initterm.cpp
- Timestamp:
- Mar 22, 2001, 7:17:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r5307 r5355 33 33 #include <misc.h> /*PLF Wed 98-03-18 23:18:29*/ 34 34 #include <win32type.h> 35 #include <win32api.h> 35 36 #include <winconst.h> 36 37 #include <odinlx.h> … … 93 94 return 0UL; 94 95 96 dprintf(("user32 init %s %s (%x)", __DATE__, __TIME__, DLLENTRYPOINT_NAME)); 97 95 98 /*******************************************************************/ 96 99 /* A DosExitList routine must be used to clean up if runtime calls */ … … 136 139 { 137 140 dprintf(("user32 exit\n")); 141 ShowCursor(TRUE); 138 142 DestroyDesktopWindow(); 139 143 Win32BaseWindow::DestroyAll();
Note:
See TracChangeset
for help on using the changeset viewer.