File: winutils.h

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (10 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
void Delay(unsigned);
void SysBeep(int);
void FlushAllEvents(void);
int OKorCancelBox(char *);
int WarningBox(char *);
#ifdef WIN32
int PrintDialog(HWND hWnd, PRINTDLG *pd, HANDLE hDevMode, HANDLE hDevNames);
#endif

#define HIBIT(x) ((x) & 0x8000)