Alexandre Julliard : wmc: Define WINE_UNICODE_API directly in the source.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 15:13:04 CDT 2013


Module: wine
Branch: master
Commit: b647703774392a23cebda3f907db0946f8e9b8ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b647703774392a23cebda3f907db0946f8e9b8ad

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct 28 14:20:53 2013 +0100

wmc: Define WINE_UNICODE_API directly in the source.

---

 tools/wmc/Makefile.in |    1 -
 tools/wmc/lang.h      |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wmc/Makefile.in b/tools/wmc/Makefile.in
index c302c22..c8ccbed 100644
--- a/tools/wmc/Makefile.in
+++ b/tools/wmc/Makefile.in
@@ -1,4 +1,3 @@
-EXTRADEFS = -DWINE_UNICODE_API=""
 PROGRAMS = wmc$(EXEEXT)
 MANPAGE  = wmc.man
 ALL_LIBS = @LIBGETTEXTPO@ $(LIBWINE_STATIC) $(LIBPORT)
diff --git a/tools/wmc/lang.h b/tools/wmc/lang.h
index 5a11c5b..337d661 100644
--- a/tools/wmc/lang.h
+++ b/tools/wmc/lang.h
@@ -21,6 +21,7 @@
 #ifndef __WMC_LANG_H
 #define __WMC_LANG_H
 
+#define WINE_UNICODE_API /* nothing */
 #include "wine/unicode.h"
 
 typedef struct language {




More information about the wine-cvs mailing list