mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
activscp.idl: Added CATID_* declarations.
This commit is contained in:
parent
5c1229982a
commit
7ba25f0b22
@ -21,6 +21,14 @@ import "ocidl.idl";
|
||||
import "oleidl.idl";
|
||||
import "oaidl.idl";
|
||||
#endif
|
||||
|
||||
cpp_quote("#ifndef _NO_SCRIPT_GUIDS")
|
||||
|
||||
cpp_quote("DEFINE_GUID(CATID_ActiveScript, 0xf0b7a1a1,0x9847,0x11cf,0x8f,0x20,0x00,0x80,0x5f,0x2c,0xd0,0x64);")
|
||||
cpp_quote("DEFINE_GUID(CATID_ActiveScriptParse, 0xf0b7a1a2,0x9847,0x11cf,0x8f,0x20,0x00,0x80,0x5f,0x2c,0xd0,0x64);")
|
||||
cpp_quote("DEFINE_GUID(CATID_ActiveScriptEncode, 0xf0b7a1a3,0x9847,0x11cf,0x8f,0x20,0x00,0x80,0x5f,0x2c,0xd0,0x64);")
|
||||
|
||||
cpp_quote("#endif")
|
||||
|
||||
typedef enum tagSCRIPTSTATE {
|
||||
SCRIPTSTATE_UNINITIALIZED = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user