]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
changed svbsp code to use floats instead of doubles
[xonotic/darkplaces.git] / ft2.c
diff --git a/ft2.c b/ft2.c
index 1fd78bd31349e47387c8129e310855e6eaea62d1..7ed5ae52c5b3f0339c4fd1e070bab01ba08279f5 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -169,10 +169,8 @@ qboolean Font_OpenLibrary (void)
 {
        const char* dllnames [] =
        {
-#if defined(WIN64)
-               #error path for freetype 2 dll
-#elif defined(WIN32)
-               #error path for freetype 2 dll
+#if defined(WIN32)
+               "freetype6.dll",
 #elif defined(MACOSX)
                "libfreetype.dylib",
 #else