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/user32/inituser32.cpp

    r6397 r6401  
    5959extern "C" {
    6060 //Win32 resource table (produced by wrc)
    61  extern DWORD _Resource_PEResTab;
     61 extern DWORD user32_PEResTab;
    6262}
    6363DWORD hInstanceUser32 = 0;
     
    8989         InitializeKernel32();
    9090
    91          hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab,
     91         hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&user32_PEResTab,
    9292                                         USER32_MAJORIMAGE_VERSION, USER32_MINORIMAGE_VERSION,
    9393                                         IMAGE_SUBSYSTEM_WINDOWS_GUI);
Note: See TracChangeset for help on using the changeset viewer.