From ac878007602a8fb06d17de5daa559a31fabf85cb Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 27 Jul 2004 03:57:31 +0000 Subject: Major re-jig. With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code. --- sapi/activescript/php5as_classfactory.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sapi/activescript/php5as_classfactory.h') 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} -- cgit v1.2.1