summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32.c b/win32.c
index 321597283..b5eb4e462 100644
--- a/win32.c
+++ b/win32.c
@@ -1197,7 +1197,6 @@ int CDECL snprintf(char *str, size_t size, const char *format, ...)
}
#ifdef _MSC_VER
-#if _MSC_VER < 1400 /* Already defined in VS 2005 */
int CDECL vsnprintf(char *str, size_t size, const char *format, va_list ap)
{
int ret;
@@ -1206,7 +1205,6 @@ int CDECL vsnprintf(char *str, size_t size, const char *format, va_list ap)
return ret;
}
#endif
-#endif
/**
* Insert a chunk of text from the clipboard onto the textbuffer. Get TEXT clipboard