From 77892a4faad93dfb4ee280e67124170941eac3a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 4 Feb 2012 08:56:15 +0000 Subject: [PATCH] Fix build with older DXSDK. --- d3d9imports.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/d3d9imports.hpp b/d3d9imports.hpp index e2e2015..3e5ce39 100644 --- a/d3d9imports.hpp +++ b/d3d9imports.hpp @@ -39,6 +39,10 @@ #include +#ifndef D3DFMT_A2B10G10R10_XR_BIAS +#define D3DFMT_A2B10G10R10_XR_BIAS 119 +#endif + #ifndef D3DFMT_ATI1 #define D3DFMT_ATI1 ((D3DFORMAT)MAKEFOURCC('A','T','I','1')) #endif -- 2.43.0