From 6dd67f3d485797698a3a04cf114c952eacc49b42 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 26 Jul 2005 10:31:23 +0000 Subject: [PATCH] Tests crash fix. --- dlls/mshtml/tests/htmldoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index c8131fc1817..c8789f9364f 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -819,7 +819,7 @@ static void test_HTMLDocument(void) static const WCHAR wszHTMLDocumentTest[] = {'H','T','M','L','D','o','c','u','m','e','n','t','T','e','s','t',0}; - static const WNDCLASSEXW wndclass = { + static WNDCLASSEXW wndclass = { sizeof(WNDCLASSEXW), 0, wnd_proc,