13 lines
331 B
C
Executable File
13 lines
331 B
C
Executable File
// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
|
|
// Ken Silverman's official web site: "http://www.advsys.net/ken"
|
|
// See the included license file "BUILDLIC.TXT" for license info.
|
|
|
|
#ifndef _DOS_COMPAT_H
|
|
#define _DOS_COMPAT_H
|
|
|
|
#define _platform_init(a, b)
|
|
#define UC_PERMS S_IWRITE
|
|
#define VIDEOBASE 0xa0000
|
|
|
|
#endif
|