1
0
Fork 0

(svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value.

release/0.4.5
peter1138 2005-12-16 22:01:38 +00:00
parent 28fe368b7f
commit 592aee1e27
1 changed files with 2 additions and 0 deletions

View File

@ -1218,6 +1218,7 @@ int CDECL snprintf(char *str, size_t size, const char *format, ...)
return ret;
}
#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)
{
@ -1227,6 +1228,7 @@ 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