From: Daniel Stenberg Date: Thu, 24 Jun 2004 14:34:13 +0000 (+0000) Subject: reverted bad win32 fix X-Git-Tag: curl-7_12_1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b55dcbfbbeca0cc283fe5ea8422bd1d95af93cd;p=thirdparty%2Fcurl.git reverted bad win32 fix --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 4336e19e06..e14764e1cd 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 1d7a4688e9..92cb9f3b6b 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -37,7 +37,4 @@ #else -/* MSVC needs an underscore */ -#define snprintf _snprintf - #endif