Re: [1/5] gdi32: Separate font loading from adding a font to global font list. Take 3.
Dmitry Timoshkov <dmitry(a)codeweavers.com> writes:
--- dlls/gdi32/freetype.c | 304 +++++++++++++++++++++++++++++++++---------------- 1 files changed, 205 insertions(+), 99 deletions(-)
It doesn't build on Mac: gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11/include -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c: In function 'load_font': freetype.c:1418: error: 'fake_family' undeclared (first use in this function) freetype.c:1418: error: (Each undeclared identifier is reported only once freetype.c:1418: error: for each function it appears in.) make[1]: *** [freetype.o] Error 1 -- Alexandre Julliard julliard(a)winehq.org
participants (1)
-
Alexandre Julliard