Changeset 1490 for trunk/src/user32/initterm.cpp
- Timestamp:
- Oct 28, 1999, 2:01:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r1425 r1490 1 /* $Id: initterm.cpp,v 1.1 3 1999-10-23 23:04:34 sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.14 1999-10-28 12:00:34 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #include <spy.h> 39 39 #include "pmwindow.h" 40 #include "heapshared.h"41 40 #include "win32wdesktop.h" 42 41 #include "syscolor.h" … … 108 107 InitSpyQueue(); 109 108 110 if(InitializeSharedHeap() == FALSE)111 return 0UL;112 113 109 //SvL: Init win32 PM classes 114 110 if(InitPM() == FALSE) { … … 151 147 DestroyDesktopWindow(); 152 148 UnregisterSystemClasses(); 153 DestroySharedHeap();154 149 _ctordtorTerm(); 155 150 dprintf(("user32 exit done\n"));
Note:
See TracChangeset
for help on using the changeset viewer.