Changeset 6401 for trunk/src/shell32/initshell32.cpp
- Timestamp:
- Jul 29, 2001, 9:02:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/initshell32.cpp
r6375 r6401 38 38 extern "C" { 39 39 //Win32 resource table (produced by wrc) 40 extern DWORD _Resource_PEResTab;40 extern DWORD shell32_PEResTab; 41 41 } 42 42 static HMODULE dllHandle = 0; … … 88 88 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 89 89 90 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)& _Resource_PEResTab,90 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&shell32_PEResTab, 91 91 SHELL32_MAJORIMAGE_VERSION, SHELL32_MINORIMAGE_VERSION, 92 92 IMAGE_SUBSYSTEM_WINDOWS_GUI);
Note:
See TracChangeset
for help on using the changeset viewer.