Piotr Caban : urlmon: Added 111 ordinal stub.

Alexandre Julliard julliard at winehq.org
Fri Sep 16 13:28:32 CDT 2011


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Fri Sep 16 11:21:24 2011 +0200

urlmon: Added 111 ordinal stub.

---

 dlls/urlmon/urlmon.spec   |    1 +
 dlls/urlmon/urlmon_main.c |   10 ++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/dlls/urlmon/urlmon.spec b/dlls/urlmon/urlmon.spec
index 41bd263..28af3c5 100644
--- a/dlls/urlmon/urlmon.spec
+++ b/dlls/urlmon/urlmon.spec
@@ -94,6 +94,7 @@
 @ stub WriteHitLogging
 @ stub ZonesReInit
 
+111 stdcall @(wstr) IsProtectedModeURL
 331 stdcall @(ptr long ptr) propsys.InitPropVariantFromBuffer
 335 stdcall @(ptr long ptr) propsys.InitVariantFromBuffer
 362 stdcall @(ptr ptr) propsys.InitVariantFromGUIDAsString
diff --git a/dlls/urlmon/urlmon_main.c b/dlls/urlmon/urlmon_main.c
index 01442c1..5ba9c00 100644
--- a/dlls/urlmon/urlmon_main.c
+++ b/dlls/urlmon/urlmon_main.c
@@ -907,6 +907,16 @@ BOOL WINAPI IsLoggingEnabledW(LPCWSTR url)
 }
 
 /***********************************************************************
+ *           IsProtectedModeURL (URLMON.111)
+ *    Undocumented, added in IE7
+ */
+BOOL WINAPI IsProtectedModeURL(const WCHAR *url)
+{
+    FIXME("stub: %s\n", debugstr_w(url));
+    return TRUE;
+}
+
+/***********************************************************************
  *           URLMON_410 (URLMON.410)
  *    Undocumented, added in IE8
  */




More information about the wine-cvs mailing list