mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +00:00
comctl32/tests: comctl32.dll is already loaded.
This commit is contained in:
parent
4e9646a7f7
commit
37caf788b5
@ -578,7 +578,8 @@ static void test_layout(void)
|
|||||||
check_sizes();
|
check_sizes();
|
||||||
|
|
||||||
/* an image will increase the band height */
|
/* an image will increase the band height */
|
||||||
himl = ImageList_LoadImage(LoadLibrary("comctl32"), MAKEINTRESOURCE(121), 24, 2, CLR_NONE, IMAGE_BITMAP, LR_DEFAULTCOLOR);
|
himl = ImageList_LoadImageA(GetModuleHandleA("comctl32"), MAKEINTRESOURCEA(121), 24, 2,
|
||||||
|
CLR_NONE, IMAGE_BITMAP, LR_DEFAULTCOLOR);
|
||||||
ri.cbSize = sizeof(ri);
|
ri.cbSize = sizeof(ri);
|
||||||
ri.fMask = RBIM_IMAGELIST;
|
ri.fMask = RBIM_IMAGELIST;
|
||||||
ri.himl = himl;
|
ri.himl = himl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user