Changeset 3705 for trunk/src/gdi32/initterm.cpp
- Timestamp:
- Jun 14, 2000, 3:17:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initterm.cpp
r2802 r3705 1 /* $Id: initterm.cpp,v 1.1 0 2000-02-16 14:18:10 sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.11 2000-06-14 13:17:50 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #define DBG_LOCALLOG DBG_initterm 39 39 #include "dbglocal.h" 40 #include "region.h" 40 41 41 42 extern "C" { … … 97 98 /*******************************************************************/ 98 99 100 if(InitRegionSpace() == FALSE) { 101 return 0UL; 102 } 99 103 if(RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab) == FALSE) 100 104 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.