From 8297a92012e3f42ed74d47fc3d11a3003c14b4ae Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 12 Aug 2010 02:56:43 +0000 Subject: dfsound: readded windows support. gtk gui: increased number of savestate slots. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56022 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/stdafx.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'plugins/dfsound/stdafx.h') diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 8be88489..7d1a1f52 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -14,6 +14,24 @@ * additional informations. * * * ***************************************************************************/ + +#ifdef _WINDOWS + +#define WIN32_LEAN_AND_MEAN +#define STRICT +#include +#include +#include "mmsystem.h" +#include +#include + +#ifndef INLINE +#define INLINE __inline +#endif + +#include "resource.h" + +#else #ifndef _MACOSX #include "config.h" @@ -42,5 +60,7 @@ #ifndef INLINE #define INLINE inline #endif + +#endif #include "psemuxa.h" -- cgit v1.2.3