Jacek Caban : d3d10_1.idl: Added D3D10_1_SDK_VERSION declaration.

Alexandre Julliard julliard at winehq.org
Wed Jun 29 15:47:44 CDT 2011


Module: wine
Branch: master
Commit: a8a213dddc486b7dae666a35192190240602ae56
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a8a213dddc486b7dae666a35192190240602ae56

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Jun 29 18:01:30 2011 +0200

d3d10_1.idl: Added D3D10_1_SDK_VERSION declaration.

---

 include/d3d10_1.idl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/d3d10_1.idl b/include/d3d10_1.idl
index c380c5a..5724b63 100644
--- a/include/d3d10_1.idl
+++ b/include/d3d10_1.idl
@@ -118,3 +118,5 @@ interface ID3D10Device1 : ID3D10Device
 
     D3D10_FEATURE_LEVEL1 GetFeatureLevel();
 }
+
+const UINT D3D10_1_SDK_VERSION = 0x20;




More information about the wine-cvs mailing list