diff options
Diffstat (limited to 'ext/odbc/php3_velocis.h')
-rw-r--r-- | ext/odbc/php3_velocis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php3_velocis.h b/ext/odbc/php3_velocis.h index 2edb1f2528..e2cdde87af 100644 --- a/ext/odbc/php3_velocis.h +++ b/ext/odbc/php3_velocis.h @@ -38,7 +38,7 @@ #define HAVE_VELOCIS 1 #endif -#if HAVE_VELOCIS && !HAVE_UODBC +#if defined(HAVE_VELOCIS) && !HAVE_UODBC #define UNIX #include <sql.h> #include <sqlext.h> |