From: Christoph von Wittich Date: Sun, 8 Jan 2006 23:49:15 +0000 (+0000) Subject: make GedMurphy happy X-Git-Tag: backups/expat-rbuild@40467~420 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=88d5da795e3b2d1085ff9dc1d7363f882a450f16;ds=sidebyside make GedMurphy happy svn path=/trunk/; revision=20743 --- diff --git a/reactos/subsys/system/servman/query.c b/reactos/subsys/system/servman/query.c index 1d83b348a1e..af643ab51cb 100644 --- a/reactos/subsys/system/servman/query.c +++ b/reactos/subsys/system/servman/query.c @@ -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);