Changeset 2573 for trunk/src


Ignore:
Timestamp:
Jan 30, 2000, 4:04:40 PM (26 years ago)
Author:
sandervl
Message:

removed getdibits bugfix -> breaks Notes

File:
1 edited

Legend:

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

    r2551 r2573  
    1 /* $Id: gdi32.cpp,v 1.34 2000-01-28 22:24:57 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.35 2000-01-30 15:04:40 sandervl Exp $ */
    22
    33/*
     
    12631263                       void *lpvBits, PBITMAPINFO lpbi, UINT uUsage)
    12641264{
     1265#if 1
     1266    dprintf(("GDI32: GetDIBits"));
     1267    return O32_GetDIBits(hdc, hBitmap, uStartScan, cScanLines, lpvBits, lpbi, uUsage);
     1268#else
    12651269 int rc;
    12661270
     
    12691273    //SvL: Wrong Open32 return value
    12701274    return (rc == TRUE) ? cScanLines : 0;
     1275#endif
    12711276}
    12721277//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.