mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Changes for Visual Studio 9
This commit is contained in:
parent
ed1d366a23
commit
25e57ca9c4
2 changed files with 7 additions and 9 deletions
|
|
@ -194,7 +194,7 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
|||
# ifdef __TURBOC__
|
||||
# define NO_vsnprintf
|
||||
# endif
|
||||
# ifdef WIN32
|
||||
# if defined(WIN32) && (!defined(_MSC_VER) || _MSC_VER < 1500)
|
||||
/* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
|
||||
# if !defined(vsnprintf) && !defined(NO_vsnprintf)
|
||||
# define vsnprintf _vsnprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue