diff options
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}  | 
