Piotr Caban : urlmon.idl: Added URLACTION_FEATURE* defines.

Alexandre Julliard julliard at winehq.org
Mon Sep 19 13:48:42 CDT 2011


Module: wine
Branch: master
Commit: 8621fbfd846fd26322e7fb951a0a2e05199f76fa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8621fbfd846fd26322e7fb951a0a2e05199f76fa

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Sep 19 10:55:06 2011 +0200

urlmon.idl: Added URLACTION_FEATURE* defines.

---

 include/urlmon.idl |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/urlmon.idl b/include/urlmon.idl
index bbe85f0..a9d0791 100644
--- a/include/urlmon.idl
+++ b/include/urlmon.idl
@@ -1262,6 +1262,18 @@ cpp_quote("#define URLPOLICY_CHANNEL_SOFTDIST_PRECACHE     0x00020000")
 cpp_quote("#define URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL  0x00030000")
 cpp_quote("#define URLACTION_CHANNEL_SOFTDIST_MAX          0x00001eff")
 
+cpp_quote("#define URLACTION_BEHAVIOR_MIN           0x00002000")
+cpp_quote("#define URLACTION_BEHAVIOR_RUN           0x00002000")
+cpp_quote("#define URLPOLICY_BEHAVIOR_CHECK_LIST    0x00010000")
+
+cpp_quote("#define URLACTION_FEATURE_MIN                        0x00002100")
+cpp_quote("#define URLACTION_FEATURE_MIME_SNIFFING              0x00002100")
+cpp_quote("#define URLACTION_FEATURE_ZONE_ELEVATION             0x00002101")
+cpp_quote("#define URLACTION_FEATURE_WINDOW_RESTRICTIONS        0x00002102")
+cpp_quote("#define URLACTION_FEATURE_SCRIPT_STATUS_BAR          0x00002103")
+cpp_quote("#define URLACTION_FEATURE_FORCE_ADDR_AND_STATUS      0x00002104")
+cpp_quote("#define URLACTION_FEATURE_BLOCK_INPUT_PROMPTS        0x00002105")
+
 cpp_quote("#define URLPOLICY_ALLOW     0x00")
 cpp_quote("#define URLPOLICY_QUERY     0x01")
 cpp_quote("#define URLPOLICY_DISALLOW  0x03")




More information about the wine-cvs mailing list