Changeset 6412 for trunk/src/custombuild/initterm.cpp
- Timestamp:
- Jul 30, 2001, 2:02:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/custombuild/initterm.cpp
r6407 r6412 209 209 //****************************************************************************** 210 210 //****************************************************************************** 211 ULONG APIENTRY O32__DLL_InitTerm(ULONG handle, ULONG flag); 212 //****************************************************************************** 213 ULONG APIENTRY InitializeKernel32() 214 { 215 HMODULE hModule; 216 217 DosQueryModuleHandle("OPWGSS50", &hModule); 218 O32__DLL_InitTerm(hModule, 0); 219 DosQueryModuleHandle("OPODIN32", &hModule); 220 return inittermKernel32(hModule, 0); 221 } 222 //****************************************************************************** 223 //****************************************************************************** 211 224 #else 212 225 #error message("compiler is not supported");
Note:
See TracChangeset
for help on using the changeset viewer.