summaryrefslogtreecommitdiff
path: root/src/os/windows/win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/windows/win32.cpp')
-rw-r--r--src/os/windows/win32.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp
index a84347ed1..4a4955549 100644
--- a/src/os/windows/win32.cpp
+++ b/src/os/windows/win32.cpp
@@ -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;