[PATCH 2/4] shell32: Implement IShellImageData::Decode() when created from file path

Alexandre Julliard julliard at winehq.org
Tue Feb 7 08:44:45 CST 2017


Nikolay Sivov <nsivov at codeweavers.com> writes:

> @@ -29,9 +29,17 @@ cpp_quote("#endif")
>  
>  cpp_quote("#ifndef _GDIPLUSHEADERS_H")
>  typedef BYTE EncoderParameters;
> +cpp_quote("#endif")
> +
> +/* Wine does not define GDI+ class wrappers */
> +cpp_quote("#if defined(__WINESRC__) || !defined(_GDIPLUSHEADERS_H)")
>  typedef BYTE Image;
>  cpp_quote("#endif")

We don't have C++ code in the Wine source, so I don't see why you'd need
that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list