Changeset 6241 for trunk/src/user32/winicon.cpp
- Timestamp:
- Jul 8, 2001, 9:15:10 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winicon.cpp
r6183 r6241 1 /* $Id: winicon.cpp,v 1.2 6 2001-07-06 13:47:00 sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.27 2001-07-08 07:15:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 613 613 614 614 if (loadflags & LR_SHARED ) 615 CURSORICON_AddSharedIcon( -1, h Icon, -1, hObj);615 CURSORICON_AddSharedIcon( -1, hCursor, -1, hIcon ); 616 616 617 617 GlobalUnlock( hObj ); … … 1190 1190 if ( !(flags & CID_NONSHARED) ) 1191 1191 { 1192 #ifdef __WIN32OS2__1193 INT count = CURSORICON_DelSharedIcon( hIcon );1194 #else1195 1192 INT count = CURSORICON_DelSharedIcon( handle ); 1196 #endif1197 1193 1198 1194 if ( count != -1 )
Note:
See TracChangeset
for help on using the changeset viewer.