diff options
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index ba1560525d..f4fc80ec17 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -29,14 +29,10 @@ extern zend_module_entry ibase_module_entry; #define phpext_interbase_ptr &ibase_module_entry -#ifdef PHP_WIN32 -#define PHP_IBASE_API __declspec(dllexport) #ifndef ISC_INT64_FORMAT +#ifdef PHP_WIN32 #define ISC_INT64_FORMAT "I64" -#endif #else -#define PHP_IBASE_API -#ifndef ISC_INT64_FORMAT #define ISC_INT64_FORMAT "ll" #endif #endif @@ -163,8 +159,6 @@ typedef struct _php_ibase_varchar { char var_str[1]; } IBASE_VCHAR; -/* extern ibase_module php_ibase_module; */ - enum php_interbase_option { PHP_IBASE_DEFAULT = 0, PHP_IBASE_TEXT = 1, |