NEED_VARARGS followup
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
* TOS system functions.
|
||||
*/
|
||||
|
||||
#ifndef NEED_VARARGS
|
||||
#define NEED_VARARGS
|
||||
#endif
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
#ifdef TTY_GRAPHICS
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
* OS/2 system functions.
|
||||
*/
|
||||
|
||||
#ifndef NEED_VARARGS
|
||||
#define NEED_VARARGS
|
||||
#endif
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
#ifdef OS2
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
/* Copyright (C) 2001 by Alex Kompel */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#ifndef NEED_VARARGS
|
||||
#define NEED_VARARGS
|
||||
#endif
|
||||
|
||||
#include "hack.h"
|
||||
#include <fcntl.h>
|
||||
// #include "wceconf.h"
|
||||
|
||||
Reference in New Issue
Block a user