summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/dlg_specific.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-12 17:58:20 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-12 17:58:20 +0000
commitb45ea42234879441c7d28f427e28b9cc4e678597 (patch)
tree28044c8e6944f971a1a1ff4c84caf40a073ff3f0 /src/interfaces/odbc/dlg_specific.c
parentb0929c82ac3e38c757d110cfeb4edd1eb2e2702a (diff)
downloadpostgresql-b45ea42234879441c7d28f427e28b9cc4e678597.tar.gz
Back out old unixodbc patches and apply new ones. Nick Gorham
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.c')
-rw-r--r--src/interfaces/odbc/dlg_specific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/dlg_specific.c b/src/interfaces/odbc/dlg_specific.c
index ebe16c1c6e..96a045e175 100644
--- a/src/interfaces/odbc/dlg_specific.c
+++ b/src/interfaces/odbc/dlg_specific.c
@@ -23,7 +23,7 @@
#ifndef WIN32
#include <string.h>
#include "gpps.h"
-#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
+#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#define SQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
#endif