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

custom build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/custombuild/initterm.cpp

    r6407 r6412  
    209209//******************************************************************************
    210210//******************************************************************************
     211ULONG APIENTRY O32__DLL_InitTerm(ULONG handle, ULONG flag);
     212//******************************************************************************
     213ULONG APIENTRY InitializeKernel32()
     214{
     215    HMODULE hModule;
     216
     217    DosQueryModuleHandle("OPWGSS50", &hModule);
     218    O32__DLL_InitTerm(hModule, 0);
     219    DosQueryModuleHandle("OPODIN32", &hModule);
     220    return inittermKernel32(hModule, 0);
     221}
     222//******************************************************************************
     223//******************************************************************************
    211224#else
    212225#error message("compiler is not supported");
Note: See TracChangeset for help on using the changeset viewer.