mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
winmm/tests: Fix failure on Win9x and WinMe.
This commit is contained in:
parent
bb6e59ec7f
commit
97802ef16b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user