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:
Bart Oldeman 2009-05-25 00:04:03 +00:00
parent affddaaf64
commit cb4ab16a22

View File

@ -52,6 +52,8 @@ static BYTE *prfRcsId =
/*#define DOSEMU */
#ifdef DOSEMU
int VA_CDECL printf(const char * fmt, ...);
#define MAX_BUFSIZE 80 /* adjust if necessary */
static int buff_offset = 0;
static char buff[MAX_BUFSIZE];