File: winutils.h

package info (click to toggle)
xlispstat 3.52.0-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 7,472 kB
  • ctags: 12,480
  • sloc: ansic: 89,534; lisp: 21,690; sh: 1,525; makefile: 520; csh: 1
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
void Delay(unsigned);
void SysBeep(int);
void FlushAllEvents(void);
int OKorCancelBox(char *);
int WarningBox(char *);

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