Ignore:
Timestamp:
Nov 21, 2000, 4:17:14 PM (25 years ago)
Author:
sandervl
Message:

CopyImage fix for icons

File:
1 edited

Legend:

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

    r4649 r4665  
    1 /* $Id: winicon.cpp,v 1.15 2000-11-20 20:28:16 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.16 2000-11-21 15:17:14 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    857857                dprintf(("WARNING: no resource associated with icon/cursor -> copy without scaling!"));
    858858                hNew = CURSORICON_Copy(Handle);
     859                return hNew;
    859860            }
    860861
Note: See TracChangeset for help on using the changeset viewer.