Commit 3712d9fd authored by Alexandre Julliard's avatar Alexandre Julliard

sfnt2fon: Remove no longer needed use of libwine_static.

parent 8f4ee970
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment