Changes in trunk/gotcha.h [30:10]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.h

    r30 r10  
    3939#include <stdarg.h>
    4040
     41#include "mmioos2.h"
     42
    4143#include "config.h"
    4244
     
    4648#include "helper.h"
    4749#include "settings.h"
    48 
    49 #define  _PMPRINTF_
    50 #include "PMPRINTF.H"
    5150
    5251#define PSZ_EXTENSION    ".bmp"
     
    7069
    7170extern PSETTINGS pset;
    72 extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW, g_hwndSettingsDialog, g_hwndPage0;
     71extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW;
    7372
    7473extern HMODULE g_hmod;
     
    8584
    8685HBITMAP  CaptureWindow (HWND hwnd, HWND hwndParent, PRECTL prcl, BOOL f);
    87 VOID     SaveBitmap (HBITMAP hbm, HPS hps, int width, int height,
    88                      int bitCount, char *title);
     86VOID     SaveBitmap (HBITMAP hbm, HPS hps, int width, int height, int bitCount);
    8987VOID     SaveBitmapToClipboard (HBITMAP hbm);
    90 //VOID     SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);
     88VOID     SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);
    9189VOID     StartSelection (HWND hwnd);
    92 BOOL     SelectSaveFile (char *title);
     90BOOL     SelectSaveFile (VOID);
    9391BOOL     DoTracking (RECTL *prclTrack);
    9492VOID     AddSysMenuItem (HWND hwndFrame, MENUITEM *Item, PSZ Text);
     
    111109
    112110VOID     DisplayError (PSZ pszTitle, PSZ psz, ...);
    113 APIRET   saymsg2(int DefaultButton, HWND hwnd,
    114                  PCSZ pszTitle, PCSZ pszFmt, ...);
    115111VOID     DoCountdown (ULONG ul);
    116112VOID     AdjustSaveTypeButtons (BOOL f);
    117113
    118 //BOOL SetEAs (PSZ psz);
     114BOOL SetEAs (PSZ psz);
    119115VOID SetIdlePriority (BOOL f);
    120116
Note: See TracChangeset for help on using the changeset viewer.