Ignore:
Timestamp:
Oct 18, 2001, 5:35:45 PM (24 years ago)
Author:
achimha
Message:

temporarily back out a change due to a regression

File:
1 edited

Legend:

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

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