summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_winstuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_winstuff.hxx')
-rw-r--r--canvas/source/directx/dx_winstuff.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx
index 595022e10182..82fe2d8c51b1 100644
--- a/canvas/source/directx/dx_winstuff.hxx
+++ b/canvas/source/directx/dx_winstuff.hxx
@@ -81,6 +81,12 @@
typedef IDirectDrawSurface surface_type;
+#elif WIN8_SDK == 1 //Windows 8 SDK
+
+ #include <d3d9.h>
+
+ typedef IDirect3DSurface9 surface_type;
+
#else
#include <dxsdkver.h>