Changeset 4584 for trunk/src


Ignore:
Timestamp:
Nov 10, 2000, 11:14:50 AM (25 years ago)
Author:
sandervl
Message:

icon color fix in release build

File:
1 edited

Legend:

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

    r4579 r4584  
    1 /* $Id: winicon.cpp,v 1.12 2000-11-09 20:20:33 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.13 2000-11-10 10:14:50 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    707707            hdc = CreateCompatibleDC(0);
    708708
     709            memset(pInfo, 0, sizeof(BITMAPINFO)+colortablesize+3*sizeof(DWORD));
    709710            pInfo->bmiHeader.biSize     = sizeof(BITMAPINFOHEADER);
    710711            pInfo->bmiHeader.biPlanes   = info->bPlanes;
Note: See TracChangeset for help on using the changeset viewer.