summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 12:35:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 12:35:02 +0000
commit2beede75b40b0c5a7da23c467fa5d4812e5e8e73 (patch)
treefcbda92e4358d7164bd4396770485e9ecb958912
parent4d82902715511a6dcf4bb45fa0e3fd9ab7d7549e (diff)
downloadpcsxr-2beede75b40b0c5a7da23c467fa5d4812e5e8e73.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@37118 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog2
-rw-r--r--macosx/plugins/CDDeviceInterface/src/PlugCD.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b945d4cd..c1174774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ November 13, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/misc.c: Fixed CheckCdrom() and LoadCdrom() so that format like
"cdrom:\\FILENAME" and "cdrom:/FILENAME" in SYSTEM.CNF can be accepted.
+ * macosx/plugins/CDDeviceInterface/src/PlugCD.c: Changed the include path
+ to SCSITaskLib.h for compatibility with Mac OS X 10.6 (Thanks maggix).
November 9, 2009 Wei Mingzhi <weimingzhi@gmail.com>
diff --git a/macosx/plugins/CDDeviceInterface/src/PlugCD.c b/macosx/plugins/CDDeviceInterface/src/PlugCD.c
index db3a15c0..b9d770dd 100644
--- a/macosx/plugins/CDDeviceInterface/src/PlugCD.c
+++ b/macosx/plugins/CDDeviceInterface/src/PlugCD.c
@@ -32,7 +32,7 @@
#include <IOKit/storage/IOMedia.h>
#include <IOKit/storage/IOCDTypes.h>
#include <IOKit/storage/IOCDMediaBSDClient.h>
-#include <IOKit/scsi-commands/SCSITaskLib.h>
+#include <IOKit/scsi/SCSITaskLib.h>
#include <CoreFoundation/CoreFoundation.h>
//#include "plugins.h"