Commit 6651f9ba authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mshtml/tests: Fix compilation for older gcc versions (and MinGW).

parent cd3161eb
......@@ -1803,7 +1803,9 @@ static void test_Load(IPersistMoniker *persist)
{
IBindCtx *bind;
HRESULT hres;
static WCHAR sz_html_clientsite_objectparam[] = SZ_HTML_CLIENTSITE_OBJECTPARAM;
WCHAR sz_html_clientsite_objectparam[MAX_PATH];
lstrcpyW(sz_html_clientsite_objectparam, SZ_HTML_CLIENTSITE_OBJECTPARAM);
test_readyState((IUnknown*)persist);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment