user32/tests: Fix DCE tests compilation with __WINESRC__ defined.
This commit is contained in:
parent
7603700169
commit
6d00d04726
|
@ -581,7 +581,7 @@ START_TEST(dce)
|
|||
cls.cbWndExtra = 0;
|
||||
cls.hInstance = GetModuleHandleA(0);
|
||||
cls.hIcon = 0;
|
||||
cls.hCursor = LoadCursorA(0, IDC_ARROW);
|
||||
cls.hCursor = LoadCursorA(0, (LPCSTR)IDC_ARROW);
|
||||
cls.hbrBackground = GetStockObject(WHITE_BRUSH);
|
||||
cls.lpszMenuName = NULL;
|
||||
cls.lpszClassName = "cache_class";
|
||||
|
|
Loading…
Reference in New Issue