diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-06-12 17:58:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-06-12 17:58:20 +0000 |
| commit | b45ea42234879441c7d28f427e28b9cc4e678597 (patch) | |
| tree | 28044c8e6944f971a1a1ff4c84caf40a073ff3f0 /src/interfaces/odbc/dlg_specific.c | |
| parent | b0929c82ac3e38c757d110cfeb4edd1eb2e2702a (diff) | |
| download | postgresql-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.c | 2 |
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 |
