Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14f6587

Browse files
committed
fix HAVE_SQLGETPRIVATEPROFILESTRING define
1 parent c590273 commit 14f6587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/odbc/dlg_specific.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef WIN32
2424
#include <string.h>
2525
#include "gpps.h"
26-
#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
26+
#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
2727
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
2828
#define SQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
2929
#endif

src/interfaces/odbc/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#ifndef WIN32
1818
#include "gpps.h"
19-
#ifdef HAVE_SQLGETPRIVATEPROFILESTRING
19+
#ifndef HAVE_SQLGETPRIVATEPROFILESTRING
2020
#define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
2121
#endif
2222
#endif

0 commit comments

Comments
 (0)