Changeset 303 for trunk/src/helpers/mmpmh.c
- Timestamp:
- Oct 29, 2005, 4:05:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/mmpmh.c
r297 r303 589 589 if (!gpihCreateMemPS(WinQueryAnchorBlock(HWND_DESKTOP), 590 590 &szlPS, 591 &hdcMem,592 &hpsMem))591 (HDC *) &hdcMem, 592 (HPS *) &hpsMem)) 593 593 arc = MMHERR_GPIGREATEPS_FAILED; 594 594 else … … 743 743 if (!(arc = mmhOpenImage(pcszFilename, 744 744 fccIOProc, 745 &hmmio)))745 (HMMIO *) &hmmio))) 746 746 { 747 747 MMIMAGEHEADER mmihSource; … … 755 755 &mmihSource, 756 756 cbBytesPerRow, 757 &pbBitmapBits)))757 (PBYTE *) &pbBitmapBits))) 758 758 { 759 759 arc = mmhCreateBitmapFromBits(pszlBmp,
Note:
See TracChangeset
for help on using the changeset viewer.