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

Commit64e0d32

Browse files
committed
WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it
(conflicting values).
1 parentd65b42b commit64e0d32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/getaddrinfo.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Copyright (c) 2003-2007, PostgreSQL Global Development Group
1717
*
18-
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.23 2007/01/05 22:19:50 momjian Exp $
18+
* $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.24 2007/11/21 23:13:36 momjian Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -44,8 +44,10 @@
4444
#ifndefWSA_NOT_ENOUGH_MEMORY
4545
#defineWSA_NOT_ENOUGH_MEMORY(WSAENOBUFS)
4646
#endif
47+
#ifndef__BORLANDC__
4748
#defineWSATYPE_NOT_FOUND(WSABASEERR+109)
4849
#endif
50+
#endif
4951
#defineEAI_AGAINWSATRY_AGAIN
5052
#defineEAI_BADFLAGSWSAEINVAL
5153
#defineEAI_FAILWSANO_RECOVERY

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp