Ignore:
Timestamp:
May 2, 2000, 10:50:53 PM (25 years ago)
Author:
sandervl
Message:

RDW_FRAME support for GetDCEx; added wine dialog change; added extra logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/loadres.cpp

    r3462 r3482  
    1 /* $Id: loadres.cpp,v 1.27 2000-04-29 18:28:36 sandervl Exp $ */
     1/* $Id: loadres.cpp,v 1.28 2000-05-02 20:50:48 sandervl Exp $ */
    22
    33/*
     
    468468                hbitmap = CreateDIBitmap(hdc, &fix_info->bmiHeader, CBM_INIT,
    469469                                         bits, fix_info, DIB_RGB_COLORS );
     470                if(hbitmap == 0) {
     471                        dprintf(("LoadBitmapA: CreateDIBitmap failed!!"));
     472                }
    470473//        }
    471474        }
Note: See TracChangeset for help on using the changeset viewer.