]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
disabled WIN64 error, perhaps we should use the name freetype6_x64.dll
[xonotic/darkplaces.git] / ft2.c
diff --git a/ft2.c b/ft2.c
index 6897c9a13aa67453ea40d9ea0301a46a3e6d1e72..e27f95b6cc23122bff8038a88421b298485d6e58 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -170,7 +170,7 @@ qboolean Font_OpenLibrary (void)
        const char* dllnames [] =
        {
 #if defined(WIN64)
-               #error path for freetype 2 dll
+               "freetype6_x64.dll",
 #elif defined(WIN32)
                "freetype6.dll",
 #elif defined(MACOSX)