Skip to content

Commit 64e0d32

Browse files
committed
WSATYPE_NOT_FOUND was already defined for BCC so don't redefine it
(conflicting values).
1 parent d65b42b commit 64e0d32

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
#ifndef WSA_NOT_ENOUGH_MEMORY
4545
#define WSA_NOT_ENOUGH_MEMORY (WSAENOBUFS)
4646
#endif
47+
#ifndef __BORLANDC__
4748
#define WSATYPE_NOT_FOUND (WSABASEERR+109)
4849
#endif
50+
#endif
4951
#define EAI_AGAIN WSATRY_AGAIN
5052
#define EAI_BADFLAGS WSAEINVAL
5153
#define EAI_FAIL WSANO_RECOVERY

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