Changeset 10326 for trunk/src


Ignore:
Timestamp:
Nov 15, 2003, 1:18:07 PM (22 years ago)
Author:
sandervl
Message:

compile & link errors

Location:
trunk/src/gdi32
Files:
3 edited

Legend:

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

    r9429 r10326  
    9090DEBUGWRAP20(IntersectClipRect)
    9191DEBUGWRAP8(GetRgnBox)
    92 //;    GetRandomRgn               = _GetRandomRgn@??            @290
     92DEBUGWRAP8(GetRandomRgn)
    9393NODEF_DEBUGWRAP8(GetMetaRgn)
    9494DEBUGWRAP8(GetClipRgn)
     
    278278
    279279
     280DEBUGWRAP12(FillRect)
     281DEBUGWRAP12(FrameRect)
     282DEBUGWRAP8(InvertRect)
    280283DEBUGWRAP4(AbortPath)
    281284DEBUGWRAP24(AngleArc)
  • trunk/src/gdi32/gdi32.DEF

    r10316 r10326  
    1 ; $Id: gdi32.DEF,v 1.23 2003-11-12 14:10:55 sandervl Exp $
     1; $Id: gdi32.DEF,v 1.24 2003-11-15 12:18:07 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    352352;    pfnRealizePalette          = _pfnRealizePalette@??       @433
    353353;    pfnSelectPalette           = _pfnSelectPalette@??        @434
    354     GetGlyphIndicesA           = _GetGlyphIndicesA@20         @435
    355     GetGlyphIndicesW           = _GetGlyphIndicesW@20         @436
     354;    GetGlyphIndicesA           = _GetGlyphIndicesA@20         @435
     355;    GetGlyphIndicesW           = _GetGlyphIndicesW@20         @436
    356356
    357357;
  • trunk/src/gdi32/gdi32dbg.def

    r10316 r10326  
    1 ; $Id: gdi32dbg.def,v 1.2 2003-11-12 14:10:55 sandervl Exp $
     1; $Id: gdi32dbg.def,v 1.3 2003-11-15 12:18:07 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    352352;    pfnRealizePalette          = _DbgpfnRealizePalette@??       @433
    353353;    pfnSelectPalette           = _DbgpfnSelectPalette@??        @434
    354     GetGlyphIndicesA           = _GetGlyphIndicesA@20            @435
    355     GetGlyphIndicesW           = _GetGlyphIndicesW@20            @436
     354;    GetGlyphIndicesA           = _GetGlyphIndicesA@20            @435
     355;    GetGlyphIndicesW           = _GetGlyphIndicesW@20            @436
    356356
    357357;
Note: See TracChangeset for help on using the changeset viewer.