projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e754574
)
didn't compile
author
Peter Eisentraut
<
[email protected]
>
Fri, 14 Jul 2000 16:40:40 +0000
(16:40 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 14 Jul 2000 16:40:40 +0000
(16:40 +0000)
src/interfaces/odbc/psqlodbc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/psqlodbc.c
b/src/interfaces/odbc/psqlodbc.c
index a4598383fcd6c0073807b65c002761b575b30c25..dbf4029a4acf9f77c6ae0d4aa93849860f27e22e 100644
(file)
--- a/
src/interfaces/odbc/psqlodbc.c
+++ b/
src/interfaces/odbc/psqlodbc.c
@@
-86,7
+86,7
@@
WSADATA wsaData;
UNREFERENCED_PARAMETER(lpReserved);
}
-#else /* WIN32 */
+#else /*
not
WIN32 */
#ifndef TRUE
#define TRUE (BOOL)1
@@
-107,7
+107,7
@@
init(void)
return TRUE;
}
-#else
+#else
/* not __GNUC__ */
/* These two functions do shared library initialziation on UNIX, well at least
* on Linux. I don't know about other systems.
@@
-125,7
+125,9
@@
_fini(void)
return TRUE;
}
-#endif
+#endif /* not __GNUC__ */
+
+#endif /* not WIN32 */
/* This function is used to cause the Driver Manager to
call functions by number rather than name, which is faster.