1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00

[d3d9] Fix Visual Studio build to resolve 'operator !=' is ambiguous error for RECT

This commit is contained in:
Oleg Kuznetsov 2022-02-01 02:20:50 -08:00 committed by Philip Rebohle
parent 5156994440
commit b36ca2c758

View File

@ -1,5 +1,7 @@
#pragma once
#define D3D11_NO_HELPERS
#include "d3d9_include.h"
#include "d3d9_caps.h"