Tests crash fix.
This commit is contained in:
parent
2cec4f458a
commit
6dd67f3d48
|
@ -819,7 +819,7 @@ static void test_HTMLDocument(void)
|
||||||
|
|
||||||
static const WCHAR wszHTMLDocumentTest[] =
|
static const WCHAR wszHTMLDocumentTest[] =
|
||||||
{'H','T','M','L','D','o','c','u','m','e','n','t','T','e','s','t',0};
|
{'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),
|
sizeof(WNDCLASSEXW),
|
||||||
0,
|
0,
|
||||||
wnd_proc,
|
wnd_proc,
|
||||||
|
|
Loading…
Reference in New Issue