Ignore:
Timestamp:
Jan 27, 2000, 12:20:00 AM (26 years ago)
Author:
sandervl
Message:

YD's makefile changes

File:
1 edited

Legend:

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

    r2492 r2526  
    1 /* $Id: gdi32.cpp,v 1.31 2000-01-21 22:35:05 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.32 2000-01-26 23:19:55 sandervl Exp $ */
    22
    33/*
     
    670670
    671671    rc = O32_CreateBitmap(nWidth, nHeight, cPlanes, cBitsPerPel, lpvBits);
    672     dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned %d\n", nWidth, nHeight, cBitsPerPel, rc));
     672    dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned %x\n", nWidth, nHeight, cBitsPerPel, rc));
    673673    return(rc);
    674674}
     
    24062406}
    24072407//******************************************************************************
    2408 
    2409 //******************************************************************************
    2410 int WIN32API DescribePixelFormat(HDC, int, UINT, LPPIXELFORMATDESCRIPTOR)
    2411 {
    2412   dprintf(("GDI32: DescribePixelFormat, not implemented (GDI_ERROR)\n"));
    2413   return(GDI_ERROR);
    2414 }
    2415 //******************************************************************************
    24162408//******************************************************************************
    24172409BOOL WIN32API SetObjectOwner( HGDIOBJ arg1, int arg2 )
Note: See TracChangeset for help on using the changeset viewer.