]> granicus.if.org Git - postgresql/commitdiff
didn't compile
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Jul 2000 16:40:40 +0000 (16:40 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Jul 2000 16:40:40 +0000 (16:40 +0000)
src/interfaces/odbc/psqlodbc.c

index a4598383fcd6c0073807b65c002761b575b30c25..dbf4029a4acf9f77c6ae0d4aa93849860f27e22e 100644 (file)
@@ -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.