]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
add DLL name for win32
[xonotic/darkplaces.git] / 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