We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6216cc7 commit 39b031dCopy full SHA for 39b031d
src/include/pg_config.h.win32
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.28 2006/03/11 04:38:38 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.29 2006/05/30 12:43:28 momjian Exp $ */
2
3
#ifndef pg_config_h_win32__
4
#define pg_config_h_win32__
@@ -26,6 +26,9 @@
26
#define HAVE_RANDOM
27
#endif
28
29
+#undef inline
30
+#define inline __inline
31
+
32
#define INT64_FORMAT "%I64d"
33
#define HAVE_DECL_VSNPRINTF 1
34
0 commit comments