Changeset 303 for trunk/src


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

Fix warnings

Location:
trunk/src/helpers
Files:
2 edited

Legend:

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

    r301 r303  
    7373#include "helpers\gpih.h"
    7474#include "helpers\linklist.h"
     75#include "helpers\nls.h"
    7576#include "helpers\winh.h"
    7677
  • 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.