Changeset 6411 for trunk/src


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

custom build fixes

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/transform.cpp

    r5768 r6411  
    1 /* $Id: transform.cpp,v 1.5 2001-05-20 09:47:58 sandervl Exp $ */
     1/* $Id: transform.cpp,v 1.6 2001-07-30 12:00:38 sandervl Exp $ */
    22
    33/*
     
    382382    //todo: metafile recording!!!
    383383    dprintf(("SetMapMode %x %x", hdc, mode));
    384     return setMapMode(pHps, mode);
     384    return setMapModeDC(pHps, mode);
    385385}
    386386//******************************************************************************
  • 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 //******************************************************************************
  • trunk/src/kernel32/initterm.cpp

    r6375 r6411  
    129129    return 1UL;
    130130}
    131 
    132 
     131//******************************************************************************
     132//******************************************************************************
    133133static void APIENTRY cleanup(ULONG ulReason)
    134134{
     
    140140    return ;
    141141}
     142//******************************************************************************
     143ULONG APIENTRY O32__DLL_InitTerm(ULONG handle, ULONG flag);
     144//******************************************************************************
     145ULONG APIENTRY InitializeKernel32()
     146{
     147    HMODULE hModule;
     148
     149    DosQueryModuleHandle("WGSS50", &hModule);
     150    O32__DLL_InitTerm(hModule, 0);
     151    DosQueryModuleHandle("KERNEL32", &hModule);
     152    return inittermKernel32(hModule, 0);
     153}
     154//******************************************************************************
     155//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.