From e1dc56ddeb67dc2c67e08051628ae026fbb1b768 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 24 Dec 2009 16:20:02 +0000 Subject: [PATCH] disabled WIN64 error, perhaps we should use the name freetype6_x64.dll git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9673 d7cf8633-e32d-0410-b094-e92efae38249 --- ft2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft2.c b/ft2.c index 6897c9a1..e27f95b6 100644 --- 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) -- 2.39.2