mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 05:44:41 +02:00
Change to get this to compile with TC 2.01
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@432 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
2364b9834d
commit
bf8d11a9a6
@ -216,7 +216,7 @@ typedef signed long LONG;
|
|||||||
#ifdef I86
|
#ifdef I86
|
||||||
#ifndef MK_FP
|
#ifndef MK_FP
|
||||||
|
|
||||||
#ifdef __WATCOMC__
|
#if defined(__WATCOMC__)
|
||||||
#define MK_FP(seg,ofs) (((UWORD)(seg)):>((VOID *)(ofs)))
|
#define MK_FP(seg,ofs) (((UWORD)(seg)):>((VOID *)(ofs)))
|
||||||
#elif defined(__TURBOC__) && (__TURBOC__ > 0x202)
|
#elif defined(__TURBOC__) && (__TURBOC__ > 0x202)
|
||||||
#define MK_FP(seg,ofs) ((void _seg *)(seg) + (void near *)(ofs))
|
#define MK_FP(seg,ofs) ((void _seg *)(seg) + (void near *)(ofs))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user