]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disabled WIN64 error, perhaps we should use the name freetype6_x64.dll
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 24 Dec 2009 16:20:02 +0000 (16:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 24 Dec 2009 16:20:02 +0000 (16:20 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9673 d7cf8633-e32d-0410-b094-e92efae38249

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)