reverted bad win32 fix

This commit is contained in:
Daniel Stenberg 2004-06-24 14:34:13 +00:00
parent e7dbbd16a5
commit 5b55dcbfbb
2 changed files with 0 additions and 6 deletions

View File

@ -234,9 +234,6 @@
#else
/* MSVC needs an underscore */
#define snprintf _snprintf
#endif
#endif

View File

@ -37,7 +37,4 @@
#else
/* MSVC needs an underscore */
#define snprintf _snprintf
#endif