summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-06-19 16:58:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-06-19 16:58:48 +0000
commit81b30f2cb45d4258426db3f90faba9325a3e96f4 (patch)
tree721ed6c68285677a035e5c3d6348d1caaa87e2d8 /src/interfaces/odbc/misc.h
parente3b37462c2404c9f1287d2cb5e464aa70bca4f60 (diff)
downloadpostgresql-81b30f2cb45d4258426db3f90faba9325a3e96f4.tar.gz
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.
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r--src/interfaces/odbc/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h
index f8ea9de387..ebe56ea9d8 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 <stdio.h>