diff --git a/tools/wrc/Makefile.in b/tools/wrc/Makefile.in index 37dbe031112..8c94ead814f 100644 --- a/tools/wrc/Makefile.in +++ b/tools/wrc/Makefile.in @@ -17,6 +17,6 @@ BISON_SRCS = parser.y wrc_EXTRADEFS = -DINCLUDEDIR="\"${includedir}\"" -EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) $(LIBWINE_STATIC) +EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) INSTALL_DEV = $(PROGRAMS) diff --git a/tools/wrc/wrc.h b/tools/wrc/wrc.h index 4a0a7497e0f..cf8c793eb41 100644 --- a/tools/wrc/wrc.h +++ b/tools/wrc/wrc.h @@ -21,7 +21,6 @@ #ifndef __WRC_WRC_H #define __WRC_WRC_H -#define WINE_UNICODE_API /* nothing */ #include "wine/unicode.h" #include "wrctypes.h"