mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
wmc: Define WINE_UNICODE_API directly in the source.
This commit is contained in:
parent
54e0c7fe14
commit
b647703774
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
EXTRADEFS = -DWINE_UNICODE_API=""
|
|
||||||
PROGRAMS = wmc$(EXEEXT)
|
PROGRAMS = wmc$(EXEEXT)
|
||||||
MANPAGE = wmc.man
|
MANPAGE = wmc.man
|
||||||
ALL_LIBS = @LIBGETTEXTPO@ $(LIBWINE_STATIC) $(LIBPORT)
|
ALL_LIBS = @LIBGETTEXTPO@ $(LIBWINE_STATIC) $(LIBPORT)
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#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 {
|
||||||
|
|
Loading…
Reference in a new issue