FDECL, NDECL in outdated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user