X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=ft2.c;h=7ed5ae52c5b3f0339c4fd1e070bab01ba08279f5;hb=0b8126c02a213706a84d7ead72ef52e7c3c26c0c;hp=1fd78bd31349e47387c8129e310855e6eaea62d1;hpb=abaf82f9254b6904867be9a9b3eaa524471dbbd8;p=xonotic%2Fdarkplaces.git diff --git a/ft2.c b/ft2.c index 1fd78bd3..7ed5ae52 100644 --- 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