home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
info
/
prgramer
/
edmi
/
issue_1
/
gpi
/
supergpi.h
< prev
Wrap
C/C++ Source or Header
|
1993-02-23
|
399b
|
22 lines
#include <os2.h>
#define PI 3.14159265359
#define WM_REFRESH_ALL (WM_USER + 0)
#define ID_GPI 1
#define IDM_FILE 1000
#define IDM_NEW 1100
#define IDM_OPEN 1200
#define IDM_SAVE 1300
#define IDM_SAVEAS 1400
#define IDM_QUIT 1990
#define IDM_OTHER 2000
#define IDM_COMPLETE_REFRESH 2100
extern HAB hab;
extern MRESULT ClientWndProc(HWND,USHORT,MPARAM,MPARAM);