d3dcompiler_43: Define BWRITER_SM1_VS and BWRITER_SM1_PS as unsigned constants.

Józef Kucia joseph.kucia at gmail.com
Sun Aug 9 05:19:52 CDT 2015


Hi Gerald,

On Sun, Aug 9, 2015 at 1:47 AM, Gerald Pfeifer <gerald at pfeifer.com> wrote:

> -#define BWRITER_SM1_VS  0xfffe
> -#define BWRITER_SM1_PS  0xffff
> +#define BWRITER_SM1_VS  0xFFFEu
> +#define BWRITER_SM1_PS  0xFFFFu
>
>
Lowercase hex literals are preferred in D3D code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150809/9cca1795/attachment.html>


More information about the wine-devel mailing list