Changeset 997 for trunk/src/kernel32/cvticongrp.cpp
- Timestamp:
- Sep 21, 1999, 10:24:53 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/cvticongrp.cpp
r956 r997 1 /* $Id: cvticongrp.cpp,v 1. 3 1999-09-15 23:38:01sandervl Exp $ */1 /* $Id: cvticongrp.cpp,v 1.4 1999-09-21 08:24:53 sandervl Exp $ */ 2 2 3 3 /* … … 73 73 continue; 74 74 } 75 if(i != ihdr->wCount -1) {76 bafh->offNext = (int)&bafh->bfh2 - (int)orgbafh + winres->getSize();77 }78 else bafh->offNext = 0;79 75 80 76 iconhdr = (WINBITMAPINFOHEADER *)winres->lockResource(); … … 87 83 continue; 88 84 } 85 86 if(i != ihdr->wCount -1) { 87 bafh->offNext = (int)&bafh->bfh2 - (int)orgbafh + os2iconsize; 88 } 89 else bafh->offNext = 0; 89 90 90 91 memcpy((char *)&bafh->bfh2, os2icon, os2iconsize);
Note:
See TracChangeset
for help on using the changeset viewer.