Changeset 6650 for trunk/src/user32/inituser32.cpp
- Timestamp:
- Sep 5, 2001, 3:54:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/inituser32.cpp
r6467 r6650 1 /* $Id: inituser32.cpp,v 1.5 2001-09-05 13:53:50 bird Exp $ */ 1 2 /* 2 3 * USER32 DLL entry point … … 46 47 #include <initdll.h> 47 48 48 #define DBG_LOCALLOG 49 #define DBG_LOCALLOG DBG_initterm 49 50 #include "dbglocal.h" 50 51 … … 116 117 case 1 : 117 118 if(hInstanceUser32) { 118 119 UnregisterLxDll(hInstanceUser32); 119 120 } 120 121 break;
Note:
See TracChangeset
for help on using the changeset viewer.