diff options
author | CrystalP <CrystalP@xbmc.org> | 2011-03-08 23:06:39 -0500 |
---|---|---|
committer | CrystalP <CrystalP@xbmc.org> | 2011-03-08 23:06:39 -0500 |
commit | b27f04cca4c421ae53e242884a3f0d4f5e8e6930 (patch) | |
tree | 8c7d991b23320e083f693fa41f0a7a261466c4d1 | |
parent | 5dcb7712ea26a6f33c719547e4fd7d8635e957c1 (diff) |
fixed build: typo in commit f59d0699
-rw-r--r-- | xbmc/storage/IoSupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/storage/IoSupport.cpp b/xbmc/storage/IoSupport.cpp index 124394a6a6..6093f70ccf 100644 --- a/xbmc/storage/IoSupport.cpp +++ b/xbmc/storage/IoSupport.cpp @@ -408,7 +408,7 @@ INT CIoSupport::ReadSector(HANDLE hDevice, DWORD dwSector, LPSTR lpczBuffer) DWORD dwRead; DWORD dwSectorSize = 2048; -#if defined(__APPLE__) && HAS_DVD_DRIVE +#if defined(__APPLE__) && defined(HAS_DVD_DRIVE) dk_cd_read_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); |