Ignore:
Timestamp:
Oct 27, 2001, 12:30:11 PM (24 years ago)
Author:
sandervl
Message:

CreateIconIndirect bugfix

File:
1 edited

Legend:

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

    r7111 r7237  
    1 /* $Id: oslibres.cpp,v 1.28 2001-10-18 15:35:45 achimha Exp $ */
     1/* $Id: oslibres.cpp,v 1.29 2001-10-27 10:30:10 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    447447                goto fail;
    448448        }
    449 // @@@AH 20011018 regression
    450 #if 0
    451449        if(fCursor && pXorBmp->bmBitsPixel >= 8)
    452 #else
    453         if(pXorBmp->bmBitsPixel >= 8)
    454 #endif
    455450        {
    456451            if(isMonoBitmap(pXorBmp, (PBYTE)os2rgb) == TRUE)
Note: See TracChangeset for help on using the changeset viewer.