diff options
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r-- | src/interfaces/odbc/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h index f8ea9de3873..ebe56ea9d80 100644 --- a/src/interfaces/odbc/misc.h +++ b/src/interfaces/odbc/misc.h @@ -16,10 +16,8 @@ #ifndef WIN32 #include "gpps.h" -#ifndef HAVE_SQL_GET_PRIV_PROFILE #define SQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f) #endif -#endif #include <stdio.h> |