make GedMurphy happy Modified: trunk/reactos/subsys/system/servman/query.c _____
Modified: trunk/reactos/subsys/system/servman/query.c --- trunk/reactos/subsys/system/servman/query.c 2006-01-08 23:26:03 UTC (rev 20742) +++ trunk/reactos/subsys/system/servman/query.c 2006-01-08 23:49:15 UTC (rev 20743) @@ -46,7 +46,7 @@
/* 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);