Ignore:
Timestamp:
Nov 26, 2002, 11:53:12 AM (23 years ago)
Author:
sandervl
Message:

Added debug wrappers for all exports

File:
1 edited

Legend:

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

    r7366 r9429  
    1 /* $Id: line.cpp,v 1.12 2001-11-16 16:27:54 sandervl Exp $ */
     1/* $Id: line.cpp,v 1.13 2002-11-26 10:53:10 sandervl Exp $ */
    22/*
    33 * Line API's
     
    170170  POINTLOS2 startPt,endPt;
    171171
    172   dprintf(("GDI32: LineDDA\n"));
    173172#if 0 //CB: the Open32 function is ok -> to check
    174173  startPt.x = nXStart;
     
    190189  pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc);
    191190
    192   dprintf(("GDI32: Polyline %x %x %d", hdc, lppt, cPoints));
    193 
    194191  if (!pHps)
    195192  {
     
    226223{
    227224  pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc);
    228 
    229   dprintf(("GDI32: PolylineTo"));
    230225
    231226  if (!pHps)
Note: See TracChangeset for help on using the changeset viewer.