Skip to content
Snippets Groups Projects
Commit 0119de95 authored by rswindell's avatar rswindell
Browse files

Added xsdk_mode.

parent db06e74b
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@
#endif
extern char *xsdk_ver; /* XSDK version number */
extern ulong xsdk_mode; /* XSDK mode bits */
extern int mswtyp; /* MSwait type */
/***********************/
......
......@@ -94,6 +94,9 @@
#define ulong unsigned long
#endif
/* Valid bits for xsdk_mode */
#define XSDK_MODE_NOCONSOLE (1<<0) /* No Local Console */
/* Bits in 'mode' for getkey and getstr */
#define K_UPPER (1<<0) /* Converts all letters to upper case */
#define K_UPRLWR (1<<1) /* Upper/Lower case automatically */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment