Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39b031d

Browse files
committed
Add "inline" compile fix for MSVC/BCC:
#define inline __inlineBackpatch to 8.1.X.Hiroshi Saito
1 parent6216cc7 commit39b031d

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
#ifndefpg_config_h_win32__
44
#definepg_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)

[8]ページ先頭

©2009-2025 Movatter.jp