Changeset 1378 for trunk/src/user32/initterm.cpp
- Timestamp:
- Oct 20, 1999, 6:27:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r1376 r1378 1 /* $Id: initterm.cpp,v 1.1 1 1999-10-20 13:46:25 sandervlExp $ */1 /* $Id: initterm.cpp,v 1.12 1999-10-20 16:27:00 cbratschi Exp $ */ 2 2 3 3 /* … … 40 40 #include "heapshared.h" 41 41 #include "win32wdesktop.h" 42 #include "syscolor.h" 42 43 43 44 /*-------------------------------------------------------------------*/ … … 82 83 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 83 84 84 if(RegisterLxDll(hModule, 0, 0) == FALSE) 85 85 if(RegisterLxDll(hModule, 0, 0) == FALSE) 86 return 0UL; 86 87 87 88 /*******************************************************************/ … … 101 102 InitSpyQueue(); 102 103 103 if(InitializeSharedHeap() == FALSE) 104 104 if(InitializeSharedHeap() == FALSE) 105 return 0UL; 105 106 106 107 //SvL: Init win32 PM classes … … 113 114 RegisterSystemClasses(hModule); 114 115 115 116 116 //SvL: Create Desktop Window 117 if(CreateWin32Desktop() == FALSE) { 117 118 return 0UL; 118 119 } 119 120 120 121 break; 121 122 case 1 : 122 123 UnregisterLxDll(hModule); 123 124 break; 124 125 default : … … 141 142 { 142 143 dprintf(("user32 exit\n")); 144 SYSCOLOR_Save(); 143 145 DestroyDesktopWindow(); 144 146 UnregisterSystemClasses();
Note:
See TracChangeset
for help on using the changeset viewer.