change references from winnt to windows
rename sys/winnt to sys/windows move vs (visual studio) folder out of win/win32 and into sys/windows rename include/ntconf.h to include/windconf.h rename winnt.c to windsys.c place visual studio projects into individual subfolders. This will hopefully resolve GitHub issue #484 as well.
This commit is contained in:
@@ -180,7 +180,7 @@ extern char hackdir[];
|
||||
#define getlogin() ((char *) 0)
|
||||
extern void win32_abort(void);
|
||||
#ifdef WIN32CON
|
||||
extern void nttty_preference_update(const char *);
|
||||
extern void consoletty_preference_update(const char *);
|
||||
extern void toggle_mouse_support(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user