mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 00:01:58 -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
|
||||
#endif
|
||||
|
||||
#undef inline
|
||||
#define inline __inline
|
||||
|
||||
/* use _snprintf and _vsnprintf */
|
||||
#define HAVE_DECL_SNPRINTF 1
|
||||
#define snprintf _snprintf
|
||||
|
Loading…
x
Reference in New Issue
Block a user