Changeset 4584 for trunk/src/user32/winicon.cpp
- Timestamp:
- Nov 10, 2000, 11:14:50 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winicon.cpp
r4579 r4584 1 /* $Id: winicon.cpp,v 1.1 2 2000-11-09 20:20:33sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.13 2000-11-10 10:14:50 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 707 707 hdc = CreateCompatibleDC(0); 708 708 709 memset(pInfo, 0, sizeof(BITMAPINFO)+colortablesize+3*sizeof(DWORD)); 709 710 pInfo->bmiHeader.biSize = sizeof(BITMAPINFOHEADER); 710 711 pInfo->bmiHeader.biPlanes = info->bPlanes;
Note:
See TracChangeset
for help on using the changeset viewer.