]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image_png.c
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / image_png.c
index ca090b2c57ff53113369cab8deba020deb0ae7bf..d57c189323d8b438dedbee30b9e881ca805505e4 100644 (file)
@@ -103,9 +103,7 @@ qboolean PNG_OpenLibrary (void)
 {
        const char* dllnames [] =
        {
-#ifdef WIN64
-               "libpng12_64.dll",
-#elif WIN32
+#if WIN32
                "libpng12.dll",
 #elif defined(MACOSX)
                "libpng12.0.dylib",