]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / snd_3dras.c
index c984a3b465a582c9fa0bf0fcf6d3df2b08d426d6..18860a5d76568aef4a2e6a70a1f700346ad3aae8 100644 (file)
@@ -114,15 +114,13 @@ static dllfunction_t ras_funcs[] =
 };
 static const char* ras_dllname [] =
 {
-       #if defined(WIN64)
-               "3dras64.dll",
-       #elif defined(WIN32)
+#if defined(WIN32)
                "3dras32.dll",
-       #elif defined(MACOSX)
+#elif defined(MACOSX)
                "3dras.dylib",
-       #else
+#else
                "3dras.so",
-       #endif
+#endif
                NULL
 };