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:
Bart Oldeman 2002-10-28 03:16:49 +00:00
parent 2364b9834d
commit bf8d11a9a6
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ typedef signed long LONG;
#ifdef I86
#ifndef MK_FP
#ifdef __WATCOMC__
#if defined(__WATCOMC__)
#define MK_FP(seg,ofs) (((UWORD)(seg)):>((VOID *)(ofs)))
#elif defined(__TURBOC__) && (__TURBOC__ > 0x202)
#define MK_FP(seg,ofs) ((void _seg *)(seg) + (void near *)(ofs))