]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
add DLL name for win32
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 20:38:11 +0000 (20:38 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 20:38:11 +0000 (20:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9656 d7cf8633-e32d-0410-b094-e92efae38249

ft2.c

diff --git a/ft2.c b/ft2.c
index 1fd78bd31349e47387c8129e310855e6eaea62d1..6897c9a13aa67453ea40d9ea0301a46a3e6d1e72 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -172,7 +172,7 @@ qboolean Font_OpenLibrary (void)
 #if defined(WIN64)
                #error path for freetype 2 dll
 #elif defined(WIN32)
-               #error path for freetype 2 dll
+               "freetype6.dll",
 #elif defined(MACOSX)
                "libfreetype.dylib",
 #else