FDECL, NDECL in outdated
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
extern char orgdir[PATHLEN]; /* also used in pcsys.c, amidos.c */
|
||||
|
||||
extern void FDECL(nethack_exit, (int));
|
||||
extern void nethack_exit(int);
|
||||
static TCHAR *_get_cmd_arg(TCHAR *pCmdLine);
|
||||
|
||||
// Global Variables:
|
||||
@@ -24,7 +24,7 @@ static void win_hack_init(int, char **);
|
||||
static void __cdecl mswin_moveloop(void *);
|
||||
static BOOL setMapTiles(const char *fname);
|
||||
|
||||
extern boolean FDECL(pcmain, (int, char **));
|
||||
extern boolean pcmain(int, char **);
|
||||
|
||||
#define MAX_CMDLINE_PARAM 255
|
||||
|
||||
|
||||
Reference in New Issue
Block a user