mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:36:33 +00:00
make GedMurphy happy
svn path=/trunk/; revision=20743
This commit is contained in:
parent
985468e1ef
commit
88d5da795e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RefreshServiceList(VOID)
|
|||
|
||||
/* Create the icon image lists */
|
||||
hSmall = ImageList_Create(GetSystemMetrics(SM_CXSMICON),
|
||||
GetSystemMetrics(SM_CYSMICON), ILC_MASK, 1, 1);
|
||||
GetSystemMetrics(SM_CYSMICON), ILC_MASK | ILC_COLOR16, 1, 1);
|
||||
|
||||
/* Add an icon to each image list */
|
||||
hiconItem = LoadImage(hInstance, MAKEINTRESOURCE(IDI_SM_ICON), IMAGE_ICON, 16, 16, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue