Fix compilation with -DDOSEMU set.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1394 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
affddaaf64
commit
cb4ab16a22
@ -52,6 +52,8 @@ static BYTE *prfRcsId =
|
|||||||
/*#define DOSEMU */
|
/*#define DOSEMU */
|
||||||
#ifdef DOSEMU
|
#ifdef DOSEMU
|
||||||
|
|
||||||
|
int VA_CDECL printf(const char * fmt, ...);
|
||||||
|
|
||||||
#define MAX_BUFSIZE 80 /* adjust if necessary */
|
#define MAX_BUFSIZE 80 /* adjust if necessary */
|
||||||
static int buff_offset = 0;
|
static int buff_offset = 0;
|
||||||
static char buff[MAX_BUFSIZE];
|
static char buff[MAX_BUFSIZE];
|
||||||
|
Loading…
Reference in New Issue
Block a user