wmc: Define WINE_UNICODE_API directly in the source.

This commit is contained in:
Alexandre Julliard 2013-10-28 14:20:53 +01:00
parent 54e0c7fe14
commit b647703774
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_UNICODE_API=""
PROGRAMS = wmc$(EXEEXT)
MANPAGE = wmc.man
ALL_LIBS = @LIBGETTEXTPO@ $(LIBWINE_STATIC) $(LIBPORT)

View File

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