Changeset 6891 for trunk/src/riched32/initriched32.cpp
- Timestamp:
- Sep 30, 2001, 10:45:52 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/riched32/initriched32.cpp
r6649 r6891 1 /* $Id: initriched32.cpp,v 1. 2 2001-09-05 13:37:19bird Exp $ */1 /* $Id: initriched32.cpp,v 1.3 2001-09-30 08:45:52 bird Exp $ */ 2 2 /* 3 3 * DLL entry point … … 39 39 extern "C" { 40 40 //Win32 resource table (produced by wrc) 41 extern DWORD _Resource_PEResTab;41 extern DWORD riched32_PEResTab; 42 42 43 43 BOOL WINAPI RICHED32_LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); … … 88 88 case 0 : 89 89 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 90 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)& _Resource_PEResTab);90 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&riched32_PEResTab); 91 91 if(dllHandle == 0) 92 92 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.