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:41:17 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 06:41:17 +0000
commitacd164d56c60efd57a87c0cbe53fe6aee3be6696 (patch)
treef9de10a5ff2039170952a910920496a77ac825da /plugins/dfcdrom/cdr.h
parent9b9ad9958e1e373fa8804e5866e77d9f40b5d624 (diff)
downloadpcsxr-acd164d56c60efd57a87c0cbe53fe6aee3be6696.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38248 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
-rw-r--r--plugins/dfcdrom/cdr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index 9a83d512..b7e20dfd 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -1,9 +1,7 @@
#ifndef __CDR_H__
#define __CDR_H__
-#ifdef __linux__
#include <linux/cdrom.h>
-#endif
typedef char HWND;
@@ -16,8 +14,6 @@ long UseSubQ;
long CacheSize;
long CdrSpeed;
-#ifdef __linux__
-
#define DEV_DEF "/dev/cdrom"
#define NORMAL 0
#define THREADED 1
@@ -61,6 +57,4 @@ long CDRstop(void);
void LoadConf();
void SaveConf();
-#endif
-
#endif /* __CDR_H__ */