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