mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
fix HAVE_SQLGETPRIVATEPROFILESTRING define
This commit is contained in:
parent
c590273fef
commit
14f6587650
@ -23,7 +23,7 @@
|
||||
#ifndef WIN32
|
||||
#include <string.h>
|
||||
#include "gpps.h"
|
||||
#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
|
||||
#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
|
||||
#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
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#ifndef WIN32
|
||||
#include "gpps.h"
|
||||
#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
|
||||
#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
|
||||
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user