diff options
author | Wez Furlong <wez@php.net> | 2004-07-27 03:57:31 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-27 03:57:31 +0000 |
commit | ac878007602a8fb06d17de5daa559a31fabf85cb (patch) | |
tree | acdab5fc7b344e371d385039ae67da71f95e9324 /sapi/activescript/php5as_classfactory.h | |
parent | 3e327b6e21b2fa10ab08935f4eb10f18b0c8d960 (diff) | |
download | php-git-ac878007602a8fb06d17de5daa559a31fabf85cb.tar.gz |
Major re-jig.
With thanks to Rob Richards for tracking down a couple of big bugs caused by
teeny bits of code.
Diffstat (limited to 'sapi/activescript/php5as_classfactory.h')
-rw-r--r-- | sapi/activescript/php5as_classfactory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/activescript/php5as_classfactory.h b/sapi/activescript/php5as_classfactory.h index 61823fb689..048d38b7e5 100644 --- a/sapi/activescript/php5as_classfactory.h +++ b/sapi/activescript/php5as_classfactory.h @@ -25,6 +25,10 @@ DEFINE_GUID(CLSID_PHPActiveScriptEngine, 0xcf108a38, 0x59a9, 0x468a, 0xaf, 0x45, 0x13, 0x68, 0xd7, 0x85, 0x5d, 0xae); +// {AD504760-D6B9-4537-AEAC-512FFB359009} +DEFINE_GUID(CLSID_PHPActiveScriptEngineMarshal, +0xad504760, 0xd6b9, 0x4537, 0xae, 0xac, 0x51, 0x2f, 0xfb, 0x35, 0x90, 0x9); + #if 0 /* this was for PHP 4 */ // {A0AD8E7A-95EC-4819-986F-78D93895F2AE} |