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/misc.h | |
parent | b0929c82ac3e38c757d110cfeb4edd1eb2e2702a (diff) | |
download | postgresql-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.h | 3 |
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 |