Commit 8f4ee970 authored by Alexandre Julliard's avatar Alexandre Julliard

wmc: Remove no longer needed use of libwine_static.

parent fabf11c2
...@@ -11,6 +11,6 @@ C_SRCS = \ ...@@ -11,6 +11,6 @@ C_SRCS = \
BISON_SRCS = mcy.y BISON_SRCS = mcy.y
EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWINE_STATIC) EXTRALIBS = $(GETTEXTPO_LIBS)
INSTALL_DEV = $(PROGRAMS) INSTALL_DEV = $(PROGRAMS)
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef __WMC_LANG_H #ifndef __WMC_LANG_H
#define __WMC_LANG_H #define __WMC_LANG_H
#define WINE_UNICODE_API /* nothing */
#include "wine/unicode.h" #include "wine/unicode.h"
typedef struct language { typedef struct language {
......
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