Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
98de631e
Commit
98de631e
authored
Oct 28, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc: Define WINE_UNICODE_API directly in the source.
parent
b6477037
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
7 deletions
+3
-7
Makefile.in
tools/wrc/Makefile.in
+1
-1
genres.c
tools/wrc/genres.c
+0
-1
parser.l
tools/wrc/parser.l
+0
-1
parser.y
tools/wrc/parser.y
+0
-1
po.c
tools/wrc/po.c
+0
-1
utils.c
tools/wrc/utils.c
+0
-1
wrc.h
tools/wrc/wrc.h
+2
-0
writeres.c
tools/wrc/writeres.c
+0
-1
No files found.
tools/wrc/Makefile.in
View file @
98de631e
EXTRADEFS
=
-DINCLUDEDIR
=
"
\"
$(includedir)
\"
"
-DWINE_UNICODE_API
=
""
EXTRADEFS
=
-DINCLUDEDIR
=
"
\"
$(includedir)
\"
"
PROGRAMS
=
wrc
$(EXEEXT)
MANPAGE
=
wrc.man
ALL_LIBS
=
@LIBGETTEXTPO@
$(LIBWPP)
$(LIBWINE_STATIC)
$(LIBPORT)
...
...
tools/wrc/genres.c
View file @
98de631e
...
...
@@ -41,7 +41,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/unicode.h"
#define SetResSize(res, tag) set_dword((res), (tag), (res)->size - get_dword((res), (tag)))
...
...
tools/wrc/parser.l
View file @
98de631e
...
...
@@ -112,7 +112,6 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
#define YY_NO_UNISTD_H
#endif
#include "wine/unicode.h"
#include "wrc.h"
#include "utils.h"
#include "parser.h"
...
...
tools/wrc/parser.y
View file @
98de631e
...
...
@@ -135,7 +135,6 @@
#include "newstruc.h"
#include "dumpres.h"
#include "wine/wpp.h"
#include "wine/unicode.h"
#include "parser.h"
#include "windef.h"
#include "winbase.h"
...
...
tools/wrc/po.c
View file @
98de631e
...
...
@@ -40,7 +40,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "wine/list.h"
#include "wine/unicode.h"
static
resource_t
*
new_top
,
*
new_tail
;
...
...
tools/wrc/utils.c
View file @
98de631e
...
...
@@ -28,7 +28,6 @@
#include <string.h>
#include <ctype.h>
#include "wine/unicode.h"
#include "wrc.h"
#include "utils.h"
#include "parser.h"
...
...
tools/wrc/wrc.h
View file @
98de631e
...
...
@@ -21,6 +21,8 @@
#ifndef __WRC_WRC_H
#define __WRC_WRC_H
#define WINE_UNICODE_API
/* nothing */
#include "wine/unicode.h"
#include "wrctypes.h"
/* From wrc.c */
...
...
tools/wrc/writeres.c
View file @
98de631e
...
...
@@ -26,7 +26,6 @@
#include <string.h>
#include <assert.h>
#include "wine/unicode.h"
#include "wrc.h"
#include "genres.h"
#include "newstruc.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment