Ignore:
Timestamp:
Nov 22, 1999, 9:33:25 PM (26 years ago)
Author:
sandervl
Message:

EB's fixes + removal of GetIconInfo hack

File:
1 edited

Legend:

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

    r1749 r1810  
    1 /* $Id: winicon.cpp,v 1.4 1999-11-14 23:29:25 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.5 1999-11-22 20:33:25 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    199199    dprintf(("USER32: GetIconInfo %x", hIcon));
    200200    rc = O32_GetIconInfo(hIcon, pIconInfo);
    201 #if 1
     201#if 0
    202202    if(rc && pIconInfo->hbmColor)
    203203    {
Note: See TracChangeset for help on using the changeset viewer.