aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/config-win32.h3
-rw-r--r--src/config-win32.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 4336e19e0..e14764e1c 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -234,9 +234,6 @@
#else
-/* MSVC needs an underscore */
-#define snprintf _snprintf
-
#endif
#endif
diff --git a/src/config-win32.h b/src/config-win32.h
index 1d7a4688e..92cb9f3b6 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -37,7 +37,4 @@
#else
-/* MSVC needs an underscore */
-#define snprintf _snprintf
-
#endif