Ignore:
Timestamp:
Feb 16, 2000, 3:25:43 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

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

    r2718 r2802  
    1 /* $Id: dibitmap.cpp,v 1.3 2000-02-10 00:36:10 sandervl Exp $ */
     1/* $Id: dibitmap.cpp,v 1.4 2000-02-16 14:18:09 sandervl Exp $ */
    22
    33/*
     
    1717#include "dibsect.h"
    1818
     19#define DBG_LOCALLOG    DBG_dibitmap
     20#include "dbglocal.h"
     21
    1922//******************************************************************************
    2023//******************************************************************************
     
    3134    if(lpbmih->biHeight < 0)
    3235    {
    33       ((BITMAPINFOHEADER *)lpbmih)->biHeight = -lpbmih->biHeight;
     36        dprintf(("GDI32: CreateDIBitmap negative height! (%d,%d)", lpbmih->biWidth, lpbmih->biHeight));
     37        ((BITMAPINFOHEADER *)lpbmih)->biHeight = -lpbmih->biHeight;
    3438    }
    3539
Note: See TracChangeset for help on using the changeset viewer.