win32.c
changeset 3649 8a5d76d106f3
parent 3458 d3a6ddfa6784
child 3799 7f989f09828d
--- a/win32.c	Sun Apr 23 22:25:33 2006 +0000
+++ b/win32.c	Sun Apr 23 22:28:26 2006 +0000
@@ -1197,7 +1197,6 @@
 }
 
 #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 @@
 	return ret;
 }
 #endif
-#endif
 
 /**
  * Insert a chunk of text from the clipboard onto the textbuffer. Get TEXT clipboard