Ignore:
Timestamp:
Oct 29, 2005, 4:05:58 PM (20 years ago)
Author:
pr
Message:

Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/mmpmh.c

    r297 r303  
    589589        if (!gpihCreateMemPS(WinQueryAnchorBlock(HWND_DESKTOP),
    590590                             &szlPS,
    591                              &hdcMem,
    592                              &hpsMem))
     591                             (HDC *) &hdcMem,
     592                             (HPS *) &hpsMem))
    593593            arc = MMHERR_GPIGREATEPS_FAILED;
    594594        else
     
    743743        if (!(arc = mmhOpenImage(pcszFilename,
    744744                                 fccIOProc,
    745                                  &hmmio)))
     745                                 (HMMIO *) &hmmio)))
    746746        {
    747747            MMIMAGEHEADER   mmihSource;
     
    755755                                             &mmihSource,
    756756                                             cbBytesPerRow,
    757                                              &pbBitmapBits)))
     757                                             (PBYTE *) &pbBitmapBits)))
    758758                {
    759759                    arc = mmhCreateBitmapFromBits(pszlBmp,
Note: See TracChangeset for help on using the changeset viewer.