Ignore:
Timestamp:
Jul 29, 2001, 9:02:35 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/initshell32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD shell32_PEResTab;
    4141}
    4242static HMODULE dllHandle = 0;
     
    8888         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8989
    90          dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab,
     90         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&shell32_PEResTab,
    9191                                   SHELL32_MAJORIMAGE_VERSION, SHELL32_MINORIMAGE_VERSION,
    9292                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
Note: See TracChangeset for help on using the changeset viewer.