- Timestamp:
- Nov 15, 2003, 1:18:07 PM (22 years ago)
- Location:
- trunk/src/gdi32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dbgwrap.cpp
r9429 r10326 90 90 DEBUGWRAP20(IntersectClipRect) 91 91 DEBUGWRAP8(GetRgnBox) 92 //; GetRandomRgn = _GetRandomRgn@?? @290 92 DEBUGWRAP8(GetRandomRgn) 93 93 NODEF_DEBUGWRAP8(GetMetaRgn) 94 94 DEBUGWRAP8(GetClipRgn) … … 278 278 279 279 280 DEBUGWRAP12(FillRect) 281 DEBUGWRAP12(FrameRect) 282 DEBUGWRAP8(InvertRect) 280 283 DEBUGWRAP4(AbortPath) 281 284 DEBUGWRAP24(AngleArc) -
trunk/src/gdi32/gdi32.DEF
r10316 r10326 1 ; $Id: gdi32.DEF,v 1.2 3 2003-11-12 14:10:55sandervl Exp $1 ; $Id: gdi32.DEF,v 1.24 2003-11-15 12:18:07 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 352 352 ; pfnRealizePalette = _pfnRealizePalette@?? @433 353 353 ; pfnSelectPalette = _pfnSelectPalette@?? @434 354 GetGlyphIndicesA = _GetGlyphIndicesA@20 @435355 GetGlyphIndicesW = _GetGlyphIndicesW@20 @436354 ; GetGlyphIndicesA = _GetGlyphIndicesA@20 @435 355 ; GetGlyphIndicesW = _GetGlyphIndicesW@20 @436 356 356 357 357 ; -
trunk/src/gdi32/gdi32dbg.def
r10316 r10326 1 ; $Id: gdi32dbg.def,v 1. 2 2003-11-12 14:10:55sandervl Exp $1 ; $Id: gdi32dbg.def,v 1.3 2003-11-15 12:18:07 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 352 352 ; pfnRealizePalette = _DbgpfnRealizePalette@?? @433 353 353 ; pfnSelectPalette = _DbgpfnSelectPalette@?? @434 354 GetGlyphIndicesA = _GetGlyphIndicesA@20 @435355 GetGlyphIndicesW = _GetGlyphIndicesW@20 @436354 ; GetGlyphIndicesA = _GetGlyphIndicesA@20 @435 355 ; GetGlyphIndicesW = _GetGlyphIndicesW@20 @436 356 356 357 357 ;
Note:
See TracChangeset
for help on using the changeset viewer.