mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PSDK] Add missing SCRIPT_E_* definitions.
svn path=/trunk/; revision=70139
This commit is contained in:
parent
abaeaf245e
commit
34b8a6f42b
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ cpp_quote("#define SCRIPTSTAT_INSTRUCTION_COUNT 2")
|
|||
cpp_quote("#define SCRIPTSTAT_INTSTRUCTION_TIME 3")
|
||||
cpp_quote("#define SCRIPTSTAT_TOTAL_TIME 4")
|
||||
|
||||
cpp_quote("#define SCRIPT_E_RECORDED 0x86664004")
|
||||
cpp_quote("#define SCRIPT_E_REPORTED 0x80020101")
|
||||
cpp_quote("#define SCRIPT_E_PROPAGATE 0x80020102")
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(EAE1BA61-A4ED-11cf-8F20-00805F2CD064),
|
||||
|
|
Loading…
Reference in a new issue