mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
Adjustment for MSVC9.
This commit is contained in:
parent
2e55778362
commit
f026bc4be9
@ -137,7 +137,6 @@
|
||||
#undef HAVE_SIGACTION
|
||||
#undef HAVE_SETITIMER
|
||||
#define HAVE_SNPRINTF
|
||||
#define vsnprintf _vsnprintf
|
||||
#define HAVE_VSNPRINTF
|
||||
#define HAVE_SWAB
|
||||
#define HAVE__SWAB
|
||||
@ -166,6 +165,10 @@
|
||||
#undef HAVE_LOCALTIME_R
|
||||
#undef HAVE_GMTIME_R
|
||||
|
||||
#if defined _MSC_VER && _MSC_VER < 1500
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
|
||||
/* Types */
|
||||
#undef HAVE_SOCKLEN_T
|
||||
|
Loading…
Reference in New Issue
Block a user