diff options
| author | Harald Radi <phanto@php.net> | 2001-01-29 21:54:46 +0000 |
|---|---|---|
| committer | Harald Radi <phanto@php.net> | 2001-01-29 21:54:46 +0000 |
| commit | dee2fd1ec42046c27bb07481f30d60bca6e3b889 (patch) | |
| tree | 3b787d73f590cb612a347b25f391896cc1263132 /ext/rpc/com/variant.c | |
| parent | 7478783b208a72843d747549422e8544f2f1175a (diff) | |
| download | php-git-dee2fd1ec42046c27bb07481f30d60bca6e3b889.tar.gz | |
use *_EXTERN_C() and PHP_WIN32
Diffstat (limited to 'ext/rpc/com/variant.c')
| -rw-r--r-- | ext/rpc/com/variant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/com/variant.c b/ext/rpc/com/variant.c index 5afd1bdac6..36cc82c0e4 100644 --- a/ext/rpc/com/variant.c +++ b/ext/rpc/com/variant.c @@ -410,4 +410,4 @@ void php_register_VARIANT_class() zend_register_internal_class(&VARIANT_class_entry); } -#endif +#endif /* PHP_WIN32 */ |
