diff options
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r-- | src/interfaces/odbc/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h index 8d0ad630bdf..9796d0ce574 100644 --- a/src/interfaces/odbc/misc.h +++ b/src/interfaces/odbc/misc.h @@ -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 |