Changeset 10 for trunk/gotcha.h


Ignore:
Timestamp:
Feb 21, 2018, 12:49:59 AM (7 years ago)
Author:
Gregg Young
Message:

The changes in these files were made to fix Open Watcom compiler, WRC and wipfc errors and warning. There are several more in the next commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.h

    r2 r10  
    2828#define INCL_DOSRESOURCES
    2929#define INCL_WINHELP
     30#define INCL_MMIOOS2
    3031
    3132#define OS2EMX_PLAIN_CHAR
     
    8384
    8485HBITMAP  CaptureWindow (HWND hwnd, HWND hwndParent, PRECTL prcl, BOOL f);
    85 VOID     SaveBitmap (HBITMAP hbm, HPS hps);
     86VOID     SaveBitmap (HBITMAP hbm, HPS hps, int width, int height, int bitCount);
    8687VOID     SaveBitmapToClipboard (HBITMAP hbm);
    8788VOID     SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);
Note: See TracChangeset for help on using the changeset viewer.