- Timestamp:
- Oct 29, 2005, 4:05:58 PM (20 years ago)
- Location:
- trunk/src/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r301 r303 73 73 #include "helpers\gpih.h" 74 74 #include "helpers\linklist.h" 75 #include "helpers\nls.h" 75 76 #include "helpers\winh.h" 76 77 -
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.