projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6216cc7
)
Add "inline" compile fix for MSVC/BCC:
author
Bruce Momjian
<bruce@momjian.us>
Tue, 30 May 2006 12:43:28 +0000
(12:43 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 30 May 2006 12:43:28 +0000
(12:43 +0000)
#define inline __inline
Backpatch to 8.1.X.
Hiroshi Saito
src/include/pg_config.h.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config.h.win32
b/src/include/pg_config.h.win32
index c79624e8fa44137fad983fc9b03e658d4c04a624..d76b14a2dac805140320c42248ea229e85a69d0d 100644
(file)
--- a/
src/include/pg_config.h.win32
+++ b/
src/include/pg_config.h.win32
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.2
8 2006/03/11 04:38:3
8 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.2
9 2006/05/30 12:43:2
8 momjian Exp $ */
#ifndef pg_config_h_win32__
#define pg_config_h_win32__
@@
-26,6
+26,9
@@
#define HAVE_RANDOM
#endif
+#undef inline
+#define inline __inline
+
#define INT64_FORMAT "%I64d"
#define HAVE_DECL_VSNPRINTF 1