From e0813371af23a7c07362cc13782994d817aba3cb Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 27 Jun 2005 19:48:04 +0000 Subject: [PATCH] Added blank.htm. --- dlls/mshtml/Makefile.in | 2 +- dlls/mshtml/blank.htm | 1 + dlls/mshtml/rsrc.rc | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 dlls/mshtml/blank.htm diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in index a67d8fb46f9..3105a39abec 100644 --- a/dlls/mshtml/Makefile.in +++ b/dlls/mshtml/Makefile.in @@ -22,6 +22,6 @@ SUBDIRS = tests @MAKE_DLL_RULES@ -rsrc.res: mshtml.inf +rsrc.res: mshtml.inf blank.htm ### Dependencies: diff --git a/dlls/mshtml/blank.htm b/dlls/mshtml/blank.htm new file mode 100644 index 00000000000..8c17451f917 --- /dev/null +++ b/dlls/mshtml/blank.htm @@ -0,0 +1 @@ + diff --git a/dlls/mshtml/rsrc.rc b/dlls/mshtml/rsrc.rc index ff8a992809d..bda07064d7d 100644 --- a/dlls/mshtml/rsrc.rc +++ b/dlls/mshtml/rsrc.rc @@ -17,3 +17,5 @@ */ REGINST REGINST mshtml.inf + +HTML_RESOURCE HTML "blank.htm"