Indented.

This commit is contained in:
skarg
2007-12-07 20:15:56 +00:00
parent eb72c8cb64
commit 32457a68c0
15 changed files with 691 additions and 581 deletions
+3 -3
View File
@@ -10,13 +10,13 @@
#include "extkword.h"
#if defined(__WATCOMC__)
#include <i86.h>
#include <i86.h>
#elif !defined(__PACIFIC__)
#include <dos.h>
#include <dos.h>
#endif
#if !defined(MK_FP)
#define MK_FP(seg,off) \
#define MK_FP(seg,off) \
((void FAR *)(((unsigned long)(seg) << 16)|(unsigned)(off)))
#endif