]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / snd_ogg.c
index 693ed0a2f3cb43c31bc0c4436eb3ae64c4890835..a5dba1da6d97fe90178b10ca8d99c20cc86b8045 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -312,9 +312,7 @@ qboolean OGG_OpenLibrary (void)
 {
        const char* dllnames_vo [] =
        {
-#if defined(WIN64)
-               "libvorbis64.dll",
-#elif defined(WIN32)
+#if defined(WIN32)
                "libvorbis.dll",
                "vorbis.dll",
 #elif defined(MACOSX)
@@ -327,9 +325,7 @@ qboolean OGG_OpenLibrary (void)
        };
        const char* dllnames_vf [] =
        {
-#if defined(WIN64)
-               "libvorbisfile64.dll",
-#elif defined(WIN32)
+#if defined(WIN32)
                "libvorbisfile.dll",
                "vorbisfile.dll",
 #elif defined(MACOSX)