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

@@ -178,10 +178,10 @@ extern char hackdir[];
#define ABORT C('a')
#define getuid() 1
#define getlogin() ((char *) 0)
extern void NDECL(win32_abort);
extern void win32_abort(void);
#ifdef WIN32CON
extern void FDECL(nttty_preference_update, (const char *));
extern void NDECL(toggle_mouse_support);
extern void nttty_preference_update(const char *);
extern void toggle_mouse_support(void);
#endif
#ifndef alloca
@@ -214,7 +214,7 @@ extern void NDECL(toggle_mouse_support);
#define NH_A2W(a, w, cb) (strncpy((w), (a), (cb)))
#endif
extern int FDECL(set_win32_option, (const char *, const char *));
extern int set_win32_option(const char *, const char *);
/*
* 3.4.3 addition - Stuff to help the user with some common, yet significant