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
ae4311c7
Commit
ae4311c7
authored
Jan 07, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defined NONAMELESSUNION/STRUCT directly in the files that need it
instead of globally in the makefile.
parent
eb585a96
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
2 deletions
+12
-2
Makeprog.rules.in
programs/Makeprog.rules.in
+1
-1
Makefile.in
programs/avitools/Makefile.in
+1
-1
aviplay.c
programs/avitools/aviplay.c
+3
-0
rpcss_main.c
programs/rpcss/rpcss_main.c
+2
-0
directory.c
programs/wcmd/directory.c
+2
-0
dialog.c
programs/wineconsole/dialog.c
+3
-0
No files found.
programs/Makeprog.rules.in
View file @
ae4311c7
...
...
@@ -9,7 +9,7 @@
# plus all variables required by the global Make.rules.in
#
DEFS = @DLLFLAGS@
-DNONAMELESSUNION -DNONAMELESSSTRUCT
$(EXTRADEFS)
DEFS = @DLLFLAGS@ $(EXTRADEFS)
LDDLLFLAGS = @LDDLLFLAGS@
ALL_OBJS = $(OBJS) $(MODULE).dbg.o
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
...
...
programs/avitools/Makefile.in
View file @
ae4311c7
DEFS
=
@DLLFLAGS@
-DNONAMELESSUNION
-DNONAMELESSSTRUCT
$(EXTRADEFS)
DEFS
=
@DLLFLAGS@
$(EXTRADEFS)
LDDLLFLAGS
=
@LDDLLFLAGS@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
...
...
programs/avitools/aviplay.c
View file @
ae4311c7
...
...
@@ -35,6 +35,9 @@
#include <time.h>
#include <assert.h>
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windows.h"
#include "wingdi.h"
#include "mmsystem.h"
...
...
programs/rpcss/rpcss_main.c
View file @
ae4311c7
...
...
@@ -58,6 +58,8 @@
#include <limits.h>
#include <assert.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "rpcss.h"
#include "winnt.h"
...
...
programs/wcmd/directory.c
View file @
ae4311c7
...
...
@@ -25,6 +25,8 @@
* environment-variable and batch parameter substitution already done.
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wcmd.h"
int
WCMD_dir_sort
(
const
void
*
a
,
const
void
*
b
);
...
...
programs/wineconsole/dialog.c
View file @
ae4311c7
...
...
@@ -19,6 +19,9 @@
#include <stdio.h>
#include <stdlib.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "commctrl.h"
#include "prsht.h"
#include "winecon_user.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