[PATCH v3] dlls/d3d9: Fix handling of D3DENUM_WHQL_LEVEL

Henri Verbeet hverbeet at gmail.com
Mon Dec 14 08:29:13 CST 2020


On Mon, 14 Dec 2020 at 00:56, Rafał Harabień <rafalh92 at outlook.com> wrote:
>
> D3DENUM_NO_WHQL_LEVEL was renamed to D3DENUM_WHQL_LEVEL and its
> meaning was negated in DirectX 9.
>
> Signed-off-by: Rafał Harabień <rafalh92 at outlook.com>
> ---
>  dlls/d3d8/directx.c    | 3 +++
>  dlls/ddraw/ddraw.c     | 2 +-
>  dlls/wined3d/directx.c | 2 +-
>  include/d3d9.h         | 2 +-
>  include/wine/wined3d.h | 2 +-
>  5 files changed, 7 insertions(+), 4 deletions(-)
>
Thanks. I've sent a slightly modified version that avoids the C99 comment.



More information about the wine-devel mailing list