summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 06:58:11 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 06:58:11 +0000
commitf3af5576f8f564541fe9dc26d5df1c35bafa09d1 (patch)
tree10ebc24982dd05801519795194a7869218eb2c29 /plugins/dfcdrom/cdr.h
parentccceceddac809b45c2732520ead8ee6e3ef393f3 (diff)
downloadpcsxr-f3af5576f8f564541fe9dc26d5df1c35bafa09d1.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38250 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
-rw-r--r--plugins/dfcdrom/cdr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index b7e20dfd..fc08d37d 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -57,4 +57,10 @@ long CDRstop(void);
void LoadConf();
void SaveConf();
+#ifdef DEBUG
+#define PRINTF printf
+#else
+#define PRINTF(...) /* */
+#endif
+
#endif /* __CDR_H__ */