diff options
author | Ard Biesheuvel <abies@php.net> | 2003-08-06 12:09:30 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2003-08-06 12:09:30 +0000 |
commit | 966663d3a0ea5a0916da0783e0b5ae2448010a48 (patch) | |
tree | c93ed67ce072d5578b154a65ae7cfe98b031a942 /ext/interbase/php_interbase.h | |
parent | ccfa0b4f46547658daeebc6edc5058557457e331 (diff) | |
download | php-git-966663d3a0ea5a0916da0783e0b5ae2448010a48.tar.gz |
Minor Win32 fixes/cleanups
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, |