]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / ft2.c
diff --git a/ft2.c b/ft2.c
index e27f95b6cc23122bff8038a88421b298485d6e58..7ed5ae52c5b3f0339c4fd1e070bab01ba08279f5 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -169,9 +169,7 @@ qboolean Font_OpenLibrary (void)
 {
        const char* dllnames [] =
        {
-#if defined(WIN64)
-               "freetype6_x64.dll",
-#elif defined(WIN32)
+#if defined(WIN32)
                "freetype6.dll",
 #elif defined(MACOSX)
                "libfreetype.dylib",