summaryrefslogtreecommitdiff
path: root/ext/rpc/com/php_variant.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-06-24 21:09:17 +0000
committerHarald Radi <phanto@php.net>2001-06-24 21:09:17 +0000
commit3949658942114d2126cd00d069fa230ba9898fd1 (patch)
tree470652d12d29adbed5b1955d7e13753d512c4d9f /ext/rpc/com/php_variant.h
parent5943e68e03bc5535dde28b8cbccf798f24386dc4 (diff)
downloadphp-git-3949658942114d2126cd00d069fa230ba9898fd1.tar.gz
cleanup
added some macros
Diffstat (limited to 'ext/rpc/com/php_variant.h')
-rw-r--r--ext/rpc/com/php_variant.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/rpc/com/php_variant.h b/ext/rpc/com/php_variant.h
index 0382b88a64..47acd13625 100644
--- a/ext/rpc/com/php_variant.h
+++ b/ext/rpc/com/php_variant.h
@@ -3,6 +3,10 @@
#if PHP_WIN32
+#include "variant.h"
+
+extern int php_VARIANT_get_le_variant();
+
extern PHP_MINIT_FUNCTION(VARIANT);
extern PHP_MSHUTDOWN_FUNCTION(VARIANT);