summaryrefslogtreecommitdiff
path: root/libc/include/dos.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-11-03 22:33:35 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:33:35 +0200
commitc218c617b5be443b7968308506969ad2b726d73c (patch)
tree0051f396af56133d24fcf2ab757fabc78c1a09bf /libc/include/dos.h
parent0936b9aeab611665645a4e6bafaded7ca76dd189 (diff)
parent0d2fbe9b1bd284ce2cad55be17e8f2c896031a25 (diff)
downloaddev86-c218c617b5be443b7968308506969ad2b726d73c.tar.gz
Import Dev86src-0.0.8.tar.gzv0.0.8
Diffstat (limited to 'libc/include/dos.h')
-rw-r--r--libc/include/dos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/dos.h b/libc/include/dos.h
index 28575b4..1e2b11e 100644
--- a/libc/include/dos.h
+++ b/libc/include/dos.h
@@ -14,6 +14,7 @@ struct SREGS
unsigned int es, cs, ss, ds;
};
+#ifdef __MSDOS__
extern unsigned int __envseg;
extern unsigned int __psp;
char * __fconv __P((char * fname));
@@ -21,6 +22,7 @@ char * __fconv __P((char * fname));
unsigned int __segalloc __P((unsigned int paracount));
void __setvect __P((int i, long j));
long __getvect __P((int vecno));
+#endif
unsigned int __get_ds __P((void));
unsigned int __get_es __P((void));