From 51862d440c128feb215151c52b71eddea89b56d9 Mon Sep 17 00:00:00 2001 From: "H. Verbeet" Date: Thu, 8 Dec 2005 11:58:11 +0100 Subject: [PATCH] d3d8/d3d9: Define D3D_SDK_VERSION. --- include/d3d8.h | 1 + include/d3d9.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/d3d8.h b/include/d3d8.h index 5a8b1c6293b..ca46eab30f9 100644 --- a/include/d3d8.h +++ b/include/d3d8.h @@ -41,6 +41,7 @@ /***************************************************************************** * #defines and error codes */ +#define D3D_SDK_VERSION 220 #define D3DADAPTER_DEFAULT 0 #define D3DENUM_NO_WHQL_LEVEL 2 diff --git a/include/d3d9.h b/include/d3d9.h index b4e23ceb569..e7abb54e272 100644 --- a/include/d3d9.h +++ b/include/d3d9.h @@ -50,6 +50,7 @@ /***************************************************************************** * #defines and error codes */ +#define D3D_SDK_VERSION 32 #define D3DADAPTER_DEFAULT 0 #define D3DENUM_NO_WHQL_LEVEL 0x00000002L #define D3DPRESENT_BACK_BUFFERS_MAX 3L