Merge pull request #33 from dankcushions/master
[pcsx_rearmed.git] / plugins / cdrcimg / cdrcimg.c
index 036c68d..47371aa 100644 (file)
@@ -14,7 +14,7 @@
 #include <zlib.h>
 #ifndef _WIN32
 #define CALLBACK
-#ifndef _3DS
+#ifndef NO_DYLIB
 #include <dlfcn.h>
 #endif
 #else
@@ -287,7 +287,7 @@ static long CDRinit(void)
                        return -1;
                }
        }
-#if !defined(_WIN32) && !defined(_3DS)
+#if !defined(_WIN32) && !defined(NO_DYLIB)
        if (pBZ2_bzBuffToBuffDecompress == NULL) {
                void *h = dlopen("/usr/lib/libbz2.so.1", RTLD_LAZY);
                if (h == NULL)