From: Nikolay Sivov nsivov@codeweavers.com
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com --- dlls/windowscodecs/regsvr.c | 18 +++++++++--------- dlls/windowscodecs/tests/info.c | 1 - 2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c index eddb6e13024..867f1842eff 100644 --- a/dlls/windowscodecs/regsvr.c +++ b/dlls/windowscodecs/regsvr.c @@ -1501,15 +1501,15 @@ static struct regsvr_decoder const decoder_list[] = { gif_patterns }, { &CLSID_WICIcoDecoder, - "The Wine Project", - "ICO Decoder", - "1.0.0.0", - &GUID_VendorMicrosoft, - &GUID_ContainerFormatIco, - "image/vnd.microsoft.icon", - ".ico", - ico_formats, - ico_patterns + "The Wine Project", + "ICO Decoder", + "1.0.0.0", + &GUID_VendorMicrosoft, + &GUID_ContainerFormatIco, + "image/ico,image/x-icon", + ".ico,.icon", + ico_formats, + ico_patterns }, { &CLSID_WICJpegDecoder, "The Wine Project", diff --git a/dlls/windowscodecs/tests/info.c b/dlls/windowscodecs/tests/info.c index be179de4813..7bf5c2aae40 100644 --- a/dlls/windowscodecs/tests/info.c +++ b/dlls/windowscodecs/tests/info.c @@ -129,7 +129,6 @@ static void test_decoder_info(void) &CLSID_WICIcoDecoder, L"image/ico,image/x-icon", L".ico,.icon", - 1 }, { &CLSID_WICJpegDecoder,