summaryrefslogtreecommitdiff
path: root/macosx/plugins/CDDeviceInterface/src
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-17 04:35:31 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-17 04:35:31 +0000
commit96463661d9bbab1f6c69f07f9e615d9947a35691 (patch)
treeac47abb15de8b87c8668199c528426eef3786435 /macosx/plugins/CDDeviceInterface/src
parent7063fa07fd9e7312a1cdffe41cf740bc35dfb517 (diff)
downloadpcsxr-96463661d9bbab1f6c69f07f9e615d9947a35691.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/CDDeviceInterface/src')
-rw-r--r--macosx/plugins/CDDeviceInterface/src/PlugCD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/CDDeviceInterface/src/PlugCD.c b/macosx/plugins/CDDeviceInterface/src/PlugCD.c
index 57e5d701..55b6f2f1 100644
--- a/macosx/plugins/CDDeviceInterface/src/PlugCD.c
+++ b/macosx/plugins/CDDeviceInterface/src/PlugCD.c
@@ -65,7 +65,7 @@ unsigned long PSEgetLibVersion(void) {
/////////////////////////////////////////////////////////
//#define SysPrintf printf
-#define SysPrintf(X)
+#define SysPrintf(...) ((void)0)
#define UseMultiThreaded 1
#define NoIdleSleep 1