aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.h
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/misc.h
parentb0929c82ac3e38c757d110cfeb4edd1eb2e2702a (diff)
downloadpostgresql-b45ea42234879441c7d28f427e28b9cc4e678597.tar.gz
postgresql-b45ea42234879441c7d28f427e28b9cc4e678597.zip
Back out old unixodbc patches and apply new ones. Nick Gorham
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r--src/interfaces/odbc/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h
index 700e951e917..8d0ad630bdf 100644
--- a/src/interfaces/odbc/misc.h
+++ b/src/interfaces/odbc/misc.h
@@ -15,7 +15,8 @@
#endif
#ifndef WIN32
-#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
+#include "gpps.h"
+#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#endif
#endif