mirror of https://github.com/FDOS/kernel.git
Avoid problem with BC declaring __emit__, en/disable twice.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@923 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
02db26383e
commit
fcaf8682dc
|
@ -71,9 +71,11 @@ static char *portab_hRcsId =
|
||||||
#endif
|
#endif
|
||||||
#define PASCAL pascal
|
#define PASCAL pascal
|
||||||
void __int__(int);
|
void __int__(int);
|
||||||
|
#ifndef FORSYS
|
||||||
void __emit__(char, ...);
|
void __emit__(char, ...);
|
||||||
#define disable() __emit__(0xfa)
|
#define disable() __emit__(0xfa)
|
||||||
#define enable() __emit__(0xfb)
|
#define enable() __emit__(0xfb)
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined (_MSC_VER)
|
#elif defined (_MSC_VER)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue