From b45ea42234879441c7d28f427e28b9cc4e678597 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Jun 2000 17:58:20 +0000 Subject: Back out old unixodbc patches and apply new ones. Nick Gorham --- src/interfaces/odbc/dlg_specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/odbc/dlg_specific.c') 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 #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 -- cgit v1.2.1