Ignore:
Timestamp:
Jul 30, 2001, 2:01:24 PM (24 years ago)
Author:
sandervl
Message:

custom build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initkernel32.cpp

    r6401 r6411  
    235235}
    236236//******************************************************************************
    237 ULONG APIENTRY O32__DLL_InitTerm(ULONG handle, ULONG flag);
    238237//******************************************************************************
    239 ULONG APIENTRY InitializeKernel32()
    240 {
    241     HMODULE hModule;
    242 
    243     DosQueryModuleHandle("WGSS50", &hModule);
    244     O32__DLL_InitTerm(hModule, 0);
    245     DosQueryModuleHandle("KERNEL32", &hModule);
    246     return inittermKernel32(hModule, 0);
    247 }
    248 //******************************************************************************
    249 //******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.