mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add "inline" compile fix for MSVC/BCC:
#define inline __inline Backpatch to 8.1.X. Hiroshi Saito
This commit is contained in:
@ -23,6 +23,9 @@
|
||||
#define HAVE_RANDOM
|
||||
#endif
|
||||
|
||||
#undef inline
|
||||
#define inline __inline
|
||||
|
||||
/* use _snprintf and _vsnprintf */
|
||||
#define HAVE_DECL_SNPRINTF 1
|
||||
#define snprintf _snprintf
|
||||
|
Reference in New Issue
Block a user