summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/externals.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 04:53:29 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 04:53:29 +0000
commitc31790ab66aeb5fd08459ddbf0399392eaf5e93a (patch)
treeb44c1ace1572bd40abfac725d1d832a15081f232 /plugins/dfxvideo/externals.h
parent02c0fa569e4b7505200ec296954fd0c3b750e9ee (diff)
downloadpcsxr-c31790ab66aeb5fd08459ddbf0399392eaf5e93a.tar.gz
dfsound (win32): added free dxsdk header from wine.
dfxvideo (win32): added free dxsdk headers from wine, do not link against ddraw.lib which was removed from latest dxsdk git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56051 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfxvideo/externals.h')
-rw-r--r--plugins/dfxvideo/externals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/dfxvideo/externals.h b/plugins/dfxvideo/externals.h
index 35fe0eff..e8e36626 100644
--- a/plugins/dfxvideo/externals.h
+++ b/plugins/dfxvideo/externals.h
@@ -60,6 +60,9 @@
#define D3D_OVERLOADS
#define DIRECT3D_VERSION 0x600
#define CINTERFACE
+#ifndef WINVER
+#define WINVER 0x0500
+#endif
#include <stdio.h>
#include <stdlib.h>
@@ -71,7 +74,7 @@
#include <tchar.h>
#include "resource.h"
-#include "ddraw.h"
+#include "ddraw.h"
#include "d3dtypes.h"
#include "d3d.h"