initial Android support
[pcsx_rearmed.git] / plugins / cdrcimg / cdrcimg.c
index e327500..0ec14db 100644 (file)
@@ -12,7 +12,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <zlib.h>
-#include <bzlib.h>
 #include <dlfcn.h>
 
 #include "cdrcimg.h"
@@ -49,8 +48,8 @@ extern long CDR__getStatus(struct CdrStat *stat);
 
 struct CdrStat
 {
-       unsigned long Type;
-       unsigned long Status;
+       unsigned int Type;
+       unsigned int Status;
        unsigned char Time[3]; // current playing time
 };