aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-24 14:34:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-24 14:34:13 +0000
commit5b55dcbfbbeca0cc283fe5ea8422bd1d95af93cd (patch)
tree550f28c1d313f9ae7d465c787ffbef3aae942be4 /src
parente7dbbd16a5ba5045b133cca26359683ac458f98b (diff)
reverted bad win32 fix
Diffstat (limited to 'src')
-rw-r--r--src/config-win32.h3
1 files changed, 0 insertions, 3 deletions
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