Ignore:
Timestamp:
Jul 8, 2001, 9:15:10 AM (24 years ago)
Author:
sandervl
Message:

some icon fixes

File:
1 edited

Legend:

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

    r6183 r6241  
    1 /* $Id: winicon.cpp,v 1.26 2001-07-06 13:47:00 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.27 2001-07-08 07:15:10 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    613613
    614614            if (loadflags & LR_SHARED )
    615                 CURSORICON_AddSharedIcon( -1, hIcon, -1, hObj );
     615                CURSORICON_AddSharedIcon( -1, hCursor, -1, hIcon );
    616616
    617617            GlobalUnlock( hObj );
     
    11901190    if ( !(flags & CID_NONSHARED) )
    11911191    {
    1192 #ifdef __WIN32OS2__
    1193         INT count = CURSORICON_DelSharedIcon( hIcon );
    1194 #else
    11951192        INT count = CURSORICON_DelSharedIcon( handle );
    1196 #endif
    11971193
    11981194        if ( count != -1 )
Note: See TracChangeset for help on using the changeset viewer.