1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length

and readability.
This commit is contained in:
Bruce Momjian
2000-06-19 13:39:03 +00:00
parent 14f6587650
commit b5d4d234cb
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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