diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-01 05:53:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-01 05:53:44 +0000 |
| commit | 161fa8af66c57aa6c29f6efa415322b36798ef8f (patch) | |
| tree | 4ff350370c8fcaac99c808822c57a1a1d30eef0b /plugins/dfsound/stdafx.h | |
| parent | 8549d0c54350ee4b08e979c4712f313aba58ff3f (diff) | |
| download | pcsxr-161fa8af66c57aa6c29f6efa415322b36798ef8f.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34480 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/stdafx.h')
| -rw-r--r-- | plugins/dfsound/stdafx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index a17fb186..8be88489 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -15,6 +15,9 @@ * * ***************************************************************************/ +#ifndef _MACOSX +#include "config.h" +#endif #include <stdio.h> #include <stdlib.h> #include <sys/ioctl.h> @@ -36,6 +39,8 @@ #define LOWORD(l) ((unsigned short)(l)) #define HIWORD(l) ((unsigned short)(((unsigned long)(l) >> 16) & 0xFFFF)) +#ifndef INLINE #define INLINE inline +#endif #include "psemuxa.h" |
