Skip to content

Commit 9533de7

Browse files
committed
didn't compile
1 parent e754574 commit 9533de7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/interfaces/odbc/psqlodbc.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ WSADATA wsaData;
8686
UNREFERENCED_PARAMETER(lpReserved);
8787
}
8888

89-
#else /* WIN32 */
89+
#else /* not WIN32 */
9090

9191
#ifndef TRUE
9292
#define TRUE (BOOL)1
@@ -107,7 +107,7 @@ init(void)
107107
return TRUE;
108108
}
109109

110-
#else
110+
#else /* not __GNUC__ */
111111

112112
/* These two functions do shared library initialziation on UNIX, well at least
113113
* on Linux. I don't know about other systems.
@@ -125,7 +125,9 @@ _fini(void)
125125
return TRUE;
126126
}
127127

128-
#endif
128+
#endif /* not __GNUC__ */
129+
130+
#endif /* not WIN32 */
129131

130132
/* This function is used to cause the Driver Manager to
131133
call functions by number rather than name, which is faster.

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