diff options
author | Harald Radi <phanto@php.net> | 2001-08-13 23:39:11 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-08-13 23:39:11 +0000 |
commit | 9c6b9eb76bb493f0166eb6c1661721c54d93129e (patch) | |
tree | fa230a9374a7fee31fa10210366ff73dff99393e /ext/rpc/com/php_variant.h | |
parent | bb0858db348ab3ce3b9cb1e480695b8ad1d65849 (diff) | |
download | php-git-9c6b9eb76bb493f0166eb6c1661721c54d93129e.tar.gz |
merged from EXPERIMENTAL
lots of cleanup work
Diffstat (limited to 'ext/rpc/com/php_variant.h')
-rw-r--r-- | ext/rpc/com/php_variant.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ext/rpc/com/php_variant.h b/ext/rpc/com/php_variant.h index 5e6d51f821..2447d066ad 100644 --- a/ext/rpc/com/php_variant.h +++ b/ext/rpc/com/php_variant.h @@ -3,14 +3,19 @@ #if PHP_WIN32 -#include "variant.h" +BEGIN_EXTERN_C() -extern int php_VARIANT_get_le_variant(); +#include "conversion.h" +#include "variant.h" PHP_MINIT_FUNCTION(VARIANT); PHP_MSHUTDOWN_FUNCTION(VARIANT); -extern zend_module_entry VARIANT_module_entry; +PHPAPI int php_VARIANT_get_le_variant(); + +zend_module_entry VARIANT_module_entry; + +END_EXTERN_C() #define VARIANT_module_ptr &VARIANT_module_entry |