Changeset 7237 for trunk/src/user32/oslibres.cpp
- Timestamp:
- Oct 27, 2001, 12:30:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibres.cpp
r7111 r7237 1 /* $Id: oslibres.cpp,v 1.2 8 2001-10-18 15:35:45 achimhaExp $ */1 /* $Id: oslibres.cpp,v 1.29 2001-10-27 10:30:10 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 447 447 goto fail; 448 448 } 449 // @@@AH 20011018 regression450 #if 0451 449 if(fCursor && pXorBmp->bmBitsPixel >= 8) 452 #else453 if(pXorBmp->bmBitsPixel >= 8)454 #endif455 450 { 456 451 if(isMonoBitmap(pXorBmp, (PBYTE)os2rgb) == TRUE)
Note:
See TracChangeset
for help on using the changeset viewer.