aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-19 13:39:03 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-19 13:39:03 +0000
commitb5d4d234cbd1638f7da13c5d071e3d9359211898 (patch)
treefe772ec3a642dce37ba35ffaa14de832654c8b1e /src/interfaces
parent14f6587650f725207a5a063ac9002fe011657ce8 (diff)
downloadpostgresql-b5d4d234cbd1638f7da13c5d071e3d9359211898.tar.gz
postgresql-b5d4d234cbd1638f7da13c5d071e3d9359211898.zip
Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length
and readability.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/odbc/dlg_specific.c2
-rw-r--r--src/interfaces/odbc/misc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/dlg_specific.c b/src/interfaces/odbc/dlg_specific.c
index ebe16c1c6e3..f75d566f5a8 100644
--- a/src/interfaces/odbc/dlg_specific.c
+++ b/src/interfaces/odbc/dlg_specific.c
@@ -23,7 +23,7 @@
#ifndef WIN32
#include <string.h>
#include "gpps.h"
-#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
+#ifndef HAVE_SQL_GET_PRIV_PROFILE
#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
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h
index 9796d0ce574..f8ea9de3873 100644
--- a/src/interfaces/odbc/misc.h
+++ b/src/interfaces/odbc/misc.h
@@ -16,7 +16,7 @@
#ifndef WIN32
#include "gpps.h"
-#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
+#ifndef HAVE_SQL_GET_PRIV_PROFILE
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
#endif
#endif