From 81b30f2cb45d4258426db3f90faba9325a3e96f4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Jun 2000 16:58:48 +0000 Subject: Integrated ODBC driver into regular build. No more standalone business, which didn't work anyway. Had to back out unixodbc related patch which broke the regular ODBC build. --- src/interfaces/odbc/misc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interfaces/odbc/misc.h') diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h index f8ea9de3873..ebe56ea9d80 100644 --- a/src/interfaces/odbc/misc.h +++ b/src/interfaces/odbc/misc.h @@ -16,10 +16,8 @@ #ifndef WIN32 #include "gpps.h" -#ifndef HAVE_SQL_GET_PRIV_PROFILE #define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f) #endif -#endif #include -- cgit v1.2.3