diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-10 07:34:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-10 07:34:01 +0000 |
| commit | 1366346f5947db0cf1492d4f2617e00d3f3620ad (patch) | |
| tree | 483b6f4a0279ab80528ca55ba01b57baa7291923 /plugins | |
| parent | c3ecafccb27ad933d3082f03473b5b95629930ad (diff) | |
| download | pcsxr-1366346f5947db0cf1492d4f2617e00d3f3620ad.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54447 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfcdrom/cdr-null.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c index 87ce911c..c6aa396e 100644 --- a/plugins/dfcdrom/cdr-null.c +++ b/plugins/dfcdrom/cdr-null.c @@ -19,10 +19,10 @@ * along with this program; if not, see <http://www.gnu.org/licenses>. */ -#ifdef USE_NULL - #include "cdr.h" +#ifdef USE_NULL + int OpenCdHandle(const char *dev) { return -1; } |
