user32: Fix a typo.
This commit is contained in:
parent
f65cd2e2eb
commit
d6544f041b
|
@ -5091,7 +5091,7 @@ static void test_fullscreen(void)
|
|||
}
|
||||
}
|
||||
|
||||
UnregisterClass("MinMax_WndClass", GetModuleHandle(0));
|
||||
UnregisterClass("fullscreen_class", GetModuleHandle(0));
|
||||
}
|
||||
|
||||
START_TEST(win)
|
||||
|
|
Loading…
Reference in New Issue