Commit 98de631e authored by Alexandre Julliard's avatar Alexandre Julliard

wrc: Define WINE_UNICODE_API directly in the source.

parent b6477037
EXTRADEFS = -DINCLUDEDIR="\"$(includedir)\"" -DWINE_UNICODE_API="" EXTRADEFS = -DINCLUDEDIR="\"$(includedir)\""
PROGRAMS = wrc$(EXEEXT) PROGRAMS = wrc$(EXEEXT)
MANPAGE = wrc.man MANPAGE = wrc.man
ALL_LIBS = @LIBGETTEXTPO@ $(LIBWPP) $(LIBWINE_STATIC) $(LIBPORT) ALL_LIBS = @LIBGETTEXTPO@ $(LIBWPP) $(LIBWINE_STATIC) $(LIBPORT)
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "wine/unicode.h"
#define SetResSize(res, tag) set_dword((res), (tag), (res)->size - get_dword((res), (tag))) #define SetResSize(res, tag) set_dword((res), (tag), (res)->size - get_dword((res), (tag)))
......
...@@ -112,7 +112,6 @@ cident [a-zA-Z_][0-9a-zA-Z_]* ...@@ -112,7 +112,6 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
#define YY_NO_UNISTD_H #define YY_NO_UNISTD_H
#endif #endif
#include "wine/unicode.h"
#include "wrc.h" #include "wrc.h"
#include "utils.h" #include "utils.h"
#include "parser.h" #include "parser.h"
......
...@@ -135,7 +135,6 @@ ...@@ -135,7 +135,6 @@
#include "newstruc.h" #include "newstruc.h"
#include "dumpres.h" #include "dumpres.h"
#include "wine/wpp.h" #include "wine/wpp.h"
#include "wine/unicode.h"
#include "parser.h" #include "parser.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "wine/list.h" #include "wine/list.h"
#include "wine/unicode.h"
static resource_t *new_top, *new_tail; static resource_t *new_top, *new_tail;
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include "wine/unicode.h"
#include "wrc.h" #include "wrc.h"
#include "utils.h" #include "utils.h"
#include "parser.h" #include "parser.h"
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#ifndef __WRC_WRC_H #ifndef __WRC_WRC_H
#define __WRC_WRC_H #define __WRC_WRC_H
#define WINE_UNICODE_API /* nothing */
#include "wine/unicode.h"
#include "wrctypes.h" #include "wrctypes.h"
/* From wrc.c */ /* From wrc.c */
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include "wine/unicode.h"
#include "wrc.h" #include "wrc.h"
#include "genres.h" #include "genres.h"
#include "newstruc.h" #include "newstruc.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment