wmc: Remove no longer needed use of libwine_static.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fabf11c240
commit
8f4ee97092
|
@ -11,6 +11,6 @@ C_SRCS = \
|
|||
|
||||
BISON_SRCS = mcy.y
|
||||
|
||||
EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWINE_STATIC)
|
||||
EXTRALIBS = $(GETTEXTPO_LIBS)
|
||||
|
||||
INSTALL_DEV = $(PROGRAMS)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#ifndef __WMC_LANG_H
|
||||
#define __WMC_LANG_H
|
||||
|
||||
#define WINE_UNICODE_API /* nothing */
|
||||
#include "wine/unicode.h"
|
||||
|
||||
typedef struct language {
|
||||
|
|
Loading…
Reference in New Issue