FDECL, NDECL in outdated

This commit is contained in:
nhmall
2021-01-31 13:40:15 -05:00
parent b851b28cbe
commit 979571e09e
22 changed files with 213 additions and 213 deletions

View File

@@ -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