mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 02:44:39 -05: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue