MSHTML: Added blank.htm

Jacek Caban jack at itma.pwr.wroc.pl
Sun Jun 26 09:53:32 CDT 2005


about protocol uses it as about:blank page.

Changelog:
    Added blank.htm
-------------- next part --------------
Index: dlls/mshtml/rsrc.rc
===================================================================
RCS file: /home/wine/wine/dlls/mshtml/rsrc.rc,v
retrieving revision 1.1
diff -u -p -r1.1 rsrc.rc
--- dlls/mshtml/rsrc.rc	25 Jun 2005 17:58:35 -0000	1.1
+++ dlls/mshtml/rsrc.rc	26 Jun 2005 14:47:12 -0000
@@ -17,3 +17,5 @@
  */
 
 REGINST REGINST mshtml.inf
+
+HTML_RESOURCE HTML "blank.htm"
Index: dlls/mshtml/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/mshtml/Makefile.in,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile.in
--- dlls/mshtml/Makefile.in	25 Jun 2005 17:58:35 -0000	1.12
+++ dlls/mshtml/Makefile.in	26 Jun 2005 14:47:12 -0000
@@ -19,6 +19,6 @@ RC_SRCS = rsrc.rc
 
 @MAKE_DLL_RULES@
 
-rsrc.res: mshtml.inf
+rsrc.res: mshtml.inf blank.htm
 
 ### Dependencies:
--- /dev/null	1970-01-01 01:00:00.000000000 +0100
+++ dlls/mshtml/blank.htm	2005-06-26 16:44:18.000000000 +0200
@@ -0,0 +1 @@
+<HTML></HTML>


More information about the wine-patches mailing list