Skip to content

Commit 39b031d

Browse files
committed
Add "inline" compile fix for MSVC/BCC:
#define inline __inline Backpatch to 8.1.X. Hiroshi Saito
1 parent 6216cc7 commit 39b031d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/pg_config.h.win32

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.28 2006/03/11 04:38:38 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.29 2006/05/30 12:43:28 momjian Exp $ */
22

33
#ifndef pg_config_h_win32__
44
#define pg_config_h_win32__
@@ -26,6 +26,9 @@
2626
#define HAVE_RANDOM
2727
#endif
2828

29+
#undef inline
30+
#define inline __inline
31+
2932
#define INT64_FORMAT "%I64d"
3033
#define HAVE_DECL_VSNPRINTF 1
3134

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy