MSHTML: fix blank.htm resources

Jacek Caban jack at itma.pwr.wroc.pl
Thu Jun 30 09:26:27 CDT 2005


This patch depends on my patch to wrc. Alexandre,
I discovered why the test didn't fail for me. There is
a bug in Wine that causes loading of the native dll instead
of builtin when you load it as a data file, so I tested the
builtin dll with native resources.

Changelog:
    fix blank.htm resources
-------------- next part --------------
Index: dlls/mshtml/rsrc.rc
===================================================================
RCS file: /home/wine/wine/dlls/mshtml/rsrc.rc,v
retrieving revision 1.2
diff -u -p -r1.2 rsrc.rc
--- dlls/mshtml/rsrc.rc	27 Jun 2005 19:48:04 -0000	1.2
+++ dlls/mshtml/rsrc.rc	30 Jun 2005 14:10:32 -0000
@@ -18,4 +18,4 @@
 
 REGINST REGINST mshtml.inf
 
-HTML_RESOURCE HTML "blank.htm"
+blank.htm 23 "blank.htm"


More information about the wine-patches mailing list