Codechange: Remove unnecessarily defined functions under MinGW

This commit is contained in:
Charles Pigott
2019-01-13 16:12:52 +00:00
parent 2d981a4b2c
commit fe8c24e081
3 changed files with 3 additions and 92 deletions

View File

@@ -31,10 +31,7 @@
#include <sys/stat.h>
#include "../../language.h"
/* Due to TCHAR, strncat and strncpy have to remain (for a while). */
#include "../../safeguards.h"
#undef strncat
#undef strncpy
static bool _has_console;
static bool _cursor_disable = true;