Hi! When i build it from sources i had some compilation errors in file dlls/gdi32/freetype.c: Code: freetype.c:192: error: expected declaration specifiers or ... before FT_LcdFilter freetype.c: In function WineEngGetGlyphOutline: freetype.c:4782: error: FT_LcdFilter undeclared (first use in this function) freetype.c:4782: error: (Each undeclared identifier is reported only once freetype.c:4782: error: for each function it appears in.) freetype.c:4782: error: expected ; before lcdfilter freetype.c:4783: warning: ISO C90 forbids mixed declarations and code freetype.c:4787: error: lcdfilter undeclared (first use in this function) freetype.c:4787: error: FT_LCD_FILTER_LIGHT undeclared (first use in this function) freetype.c:4816: error: too many arguments to function pFT_Library_SetLcdFilter freetype.c: In function is_subpixel_rendering_enabled: freetype.c:5970: error: too many arguments to function pFT_Library_SetLcdFilter Anybody knows how fix it?