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/comctl32/initcomctl32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD comctl32_PEResTab;
    4141}
    4242
     
    8585   switch (ulFlag) {
    8686      case 0 :
    87          dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab,
     87         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&comctl32_PEResTab,
    8888                                   COMCTL32_MAJORIMAGE_VERSION, COMCTL32_MINORIMAGE_VERSION,
    8989                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
Note: See TracChangeset for help on using the changeset viewer.