[PATCH] urlmon: Add a stub for ordinal 108

Detlef Riekenberg wine.dev at web.de
Thu May 5 22:38:41 CDT 2011


---
 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 58b3f33..8d15670 100644
--- a/dlls/urlmon/urlmon.spec
+++ b/dlls/urlmon/urlmon.spec
@@ -92,5 +92,6 @@
 @ stub WriteHitLogging
 @ stub ZonesReInit
 
+108 stdcall @() URLMON_108
 410 stdcall @(long long) URLMON_410
 423 stdcall @(long long long long) URLMON_423
diff --git a/dlls/urlmon/urlmon_main.c b/dlls/urlmon/urlmon_main.c
index 01442c1..0d8711e 100644
--- a/dlls/urlmon/urlmon_main.c
+++ b/dlls/urlmon/urlmon_main.c
@@ -907,6 +907,16 @@ BOOL WINAPI IsLoggingEnabledW(LPCWSTR url)
 }
 
 /***********************************************************************
+ *  URLMON_108 (URLMON.108)
+ *  Undocumented
+ */
+BOOL WINAPI URLMON_108()
+{
+    FIXME("(): stub\n");
+    return FALSE;
+}
+
+/***********************************************************************
  *           URLMON_410 (URLMON.410)
  *    Undocumented, added in IE8
  */
-- 
1.7.4.1




More information about the wine-patches mailing list