mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
I reconfirmed MS-VC6. Thank you for wonderful correspondence.
However, Another problem newly occurred. This solves the problem of snprintf and vsnprintf. Patch to HEAD and 8.1.X. Hiroshi Saito
This commit is contained in:
@ -23,6 +23,12 @@
|
|||||||
#define HAVE_RANDOM
|
#define HAVE_RANDOM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* use _snprintf and _vsnprintf */
|
||||||
|
#define HAVE_DECL_SNPRINTF 1
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#define HAVE_DECL_VSNPRINTF 1
|
||||||
|
#define vsnprintf _vsnprintf
|
||||||
|
|
||||||
/* defines for dynamic linking on Win32 platform */
|
/* defines for dynamic linking on Win32 platform */
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user