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/kernel32/initkernel32.cpp

    r6399 r6401  
    6262extern "C" {
    6363 //Win32 resource table (produced by wrc)
    64  extern DWORD _Resource_PEResTab;
     64 extern DWORD kernel32_PEResTab;
    6565}
    6666
     
    139139
    140140            PROFILE_LoadOdinIni();
    141             dllHandle = RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab);
     141            dllHandle = RegisterLxDll(hModule, 0, (PVOID)&kernel32_PEResTab);
    142142            if (dllHandle == 0)
    143143                return 0UL;
     
    241241    HMODULE hModule;
    242242
    243 //    DosQueryModuleHandle("WGSS50", &hModule);
    244 //    O32__DLL_InitTerm(hModule, 0);
     243    DosQueryModuleHandle("WGSS50", &hModule);
     244    O32__DLL_InitTerm(hModule, 0);
    245245    DosQueryModuleHandle("KERNEL32", &hModule);
    246246    return inittermKernel32(hModule, 0);
Note: See TracChangeset for help on using the changeset viewer.