diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 04:53:29 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 04:53:29 +0000 |
| commit | c31790ab66aeb5fd08459ddbf0399392eaf5e93a (patch) | |
| tree | b44c1ace1572bd40abfac725d1d832a15081f232 /plugins/dfsound | |
| parent | 02c0fa569e4b7505200ec296954fd0c3b750e9ee (diff) | |
| download | pcsxr-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/dfsound')
| -rw-r--r-- | plugins/dfsound/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 7d1a1f52..3f28ceb9 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -31,6 +31,8 @@ #include "resource.h"
+#pragma warning (disable:4996)
+
#else
#ifndef _MACOSX |
