aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/stdafx.h
diff options
context:
space:
mode:
authornotaz2011-02-28 00:19:48 +0200
committernotaz2011-03-01 01:06:46 +0200
commit6d866bb7894b252fc430a24a97769511d5ead1ca (patch)
tree2f532afd0b4789995f5d96f0e405a774c1a11c8b /plugins/dfsound/stdafx.h
parent009faf24e665b66283558234920faab03b781d6c (diff)
downloadpcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.tar.gz
pcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.tar.bz2
pcsx_rearmed-6d866bb7894b252fc430a24a97769511d5ead1ca.zip
spu: compact chan structure a bit
Diffstat (limited to 'plugins/dfsound/stdafx.h')
-rw-r--r--plugins/dfsound/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h
index 8be8848..45b366b 100644
--- a/plugins/dfsound/stdafx.h
+++ b/plugins/dfsound/stdafx.h
@@ -40,7 +40,7 @@
#define HIWORD(l) ((unsigned short)(((unsigned long)(l) >> 16) & 0xFFFF))
#ifndef INLINE
-#define INLINE inline
+#define INLINE static inline
#endif
#include "psemuxa.h"