Changeset 1252 for trunk/src/shell32/initterm.cpp
- Timestamp:
- Oct 11, 1999, 10:17:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/initterm.cpp
r1214 r1252 1 /* $Id: initterm.cpp,v 1. 8 1999-10-09 11:13:19sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.9 1999-10-11 20:17:10 sandervl Exp $ */ 2 2 3 3 /* … … 41 41 } 42 42 43 extern "C" { 44 //Win32 resource table (produced by wrc) 45 extern DWORD _Resource_PEResTab; 46 } 47 48 BOOL WINAPI Shell32LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad); 49 43 50 /*-------------------------------------------------------------------*/ 44 51 /* A clean up routine registered with DosExitList must be used if */ … … 81 88 /*******************************************************************/ 82 89 83 if(RegisterLxDll(hModule, 0, 0) == FALSE)90 if(RegisterLxDll(hModule, Shell32LibMain, (PVOID)&_Resource_PEResTab) == FALSE) 84 91 return 0UL; 85 92
Note:
See TracChangeset
for help on using the changeset viewer.