wmc: Define WINE_UNICODE_API directly in the source.
This commit is contained in:
parent
54e0c7fe14
commit
b647703774
|
@ -1,4 +1,3 @@
|
|||
EXTRADEFS = -DWINE_UNICODE_API=""
|
||||
PROGRAMS = wmc$(EXEEXT)
|
||||
MANPAGE = wmc.man
|
||||
ALL_LIBS = @LIBGETTEXTPO@ $(LIBWINE_STATIC) $(LIBPORT)
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#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