On Mon, 14 Dec 2020 at 00:56, Rafał Harabień rafalh92@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@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.