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/gdi32/initgdi32.cpp

    r6397 r6401  
    4141extern "C" {
    4242 //Win32 resource table (produced by wrc)
    43  extern DWORD _Resource_PEResTab;
     43 extern DWORD gdi32_PEResTab;
    4444}
    4545static HMODULE dllHandle = 0;
     
    9090                return 0UL;
    9191         }
    92          dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab,
     92         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&gdi32_PEResTab,
    9393                                   GDI32_MAJORIMAGE_VERSION, GDI32_MINORIMAGE_VERSION,
    9494                                   IMAGE_SUBSYSTEM_NATIVE);
Note: See TracChangeset for help on using the changeset viewer.