Commit 97802ef1 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winmm/tests: Fix failure on Win9x and WinMe.

parent bb6e59ec
......@@ -33,7 +33,7 @@ START_TEST(mci)
char buf[1024];
HWND hwnd;
hwnd = CreateWindowExA(0, "winmm test", "", WS_POPUP, 0,0,100,100,
hwnd = CreateWindowExA(0, "static", "winmm test", WS_POPUP, 0,0,100,100,
0, 0, 0, NULL);
err = mciSendString(command_open, NULL, 0, NULL);
......
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