NEED_VARARGS followup
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
* TOS system functions.
|
* TOS system functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
|
|
||||||
#ifdef TTY_GRAPHICS
|
#ifdef TTY_GRAPHICS
|
||||||
|
|||||||
@@ -6,7 +6,10 @@
|
|||||||
* OS/2 system functions.
|
* OS/2 system functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
|
|
||||||
#ifdef OS2
|
#ifdef OS2
|
||||||
|
|||||||
@@ -2,7 +2,10 @@
|
|||||||
/* Copyright (C) 2001 by Alex Kompel */
|
/* Copyright (C) 2001 by Alex Kompel */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
// #include "wceconf.h"
|
// #include "wceconf.h"
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
* contributed much to the cause.
|
* contributed much to the cause.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
|
|
||||||
#ifdef MSDOS
|
#ifdef MSDOS
|
||||||
|
|||||||
@@ -6,7 +6,10 @@
|
|||||||
* System related functions for MSDOS, OS/2, TOS
|
* System related functions for MSDOS, OS/2, TOS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include "wintty.h"
|
#include "wintty.h"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
/* tty.c - (PC) version */
|
/* tty.c - (PC) version */
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS /* Uses ... */ /* comment line for pre-compiled headers \
|
#define NEED_VARARGS /* Uses ... */ /* comment line for pre-compiled headers \
|
||||||
|
#endif
|
||||||
*/
|
*/
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include "wintty.h"
|
#include "wintty.h"
|
||||||
|
|||||||
@@ -9,7 +9,10 @@
|
|||||||
* arnold@ucsf-cgl, wcs@bo95b, cbcephus!pds and others.
|
* arnold@ucsf-cgl, wcs@bo95b, cbcephus!pds and others.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -4,7 +4,10 @@
|
|||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
/* tty.c - (VMS) version */
|
/* tty.c - (VMS) version */
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include "wintty.h"
|
#include "wintty.h"
|
||||||
#include "tcap.h"
|
#include "tcap.h"
|
||||||
|
|||||||
@@ -19,7 +19,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS /* Uses ... */
|
#define NEED_VARARGS /* Uses ... */
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "win32api.h"
|
#include "win32api.h"
|
||||||
#include "winos.h"
|
#include "winos.h"
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
|
|||||||
@@ -14,7 +14,10 @@
|
|||||||
#include "win10.h"
|
#include "win10.h"
|
||||||
#include "winos.h"
|
#include "winos.h"
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include <dos.h>
|
#include <dos.h>
|
||||||
#ifndef __BORLANDC__
|
#ifndef __BORLANDC__
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
* mode for the makedefs / drg code.
|
* mode for the makedefs / drg code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NEED_VARARGS
|
||||||
#define NEED_VARARGS
|
#define NEED_VARARGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef AZTEC
|
#ifdef AZTEC
|
||||||
|
|||||||
Reference in New Issue
Block a user