提交 14f65876 编写于 作者: B Bruce Momjian

fix HAVE_SQLGETPRIVATEPROFILESTRING define

上级 c590273f
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册