sfnt2fon: Remove no longer needed use of libwine_static.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8f4ee97092
commit
3712d9fdff
|
@ -3,4 +3,4 @@ PROGRAMS = sfnt2fon
|
|||
C_SRCS = sfnt2fon.c
|
||||
|
||||
EXTRAINCL = $(FREETYPE_CFLAGS)
|
||||
EXTRALIBS = $(FREETYPE_LIBS) $(LIBWINE_STATIC)
|
||||
EXTRALIBS = $(FREETYPE_LIBS)
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include FT_TRUETYPE_TABLES_H
|
||||
#include FT_TRUETYPE_TAGS_H
|
||||
|
||||
#define WINE_UNICODE_API /* nothing */
|
||||
#include "wine/unicode.h"
|
||||
#include "wingdi.h"
|
||||
#include "basetsd.h"
|
||||
|
|
Loading…
Reference in New Issue