wmc: Remove no longer needed use of libwine_static.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2016-02-20 13:34:40 +09:00
parent fabf11c240
commit 8f4ee97092
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,6 @@ C_SRCS = \
BISON_SRCS = mcy.y
EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWINE_STATIC)
EXTRALIBS = $(GETTEXTPO_LIBS)
INSTALL_DEV = $(PROGRAMS)

View File

@ -21,7 +21,6 @@
#ifndef __WMC_LANG_H
#define __WMC_LANG_H
#define WINE_UNICODE_API /* nothing */
#include "wine/unicode.h"
typedef struct language {