Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f635beea
Commit
f635beea
authored
Apr 03, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedump: Remove unneeded NONAMELESSXXX directives.
parent
8a63982f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
12 deletions
+2
-12
dos.c
tools/winedump/dos.c
+0
-2
dump.c
tools/winedump/dump.c
+0
-2
font.c
tools/winedump/font.c
+0
-2
lib.c
tools/winedump/lib.c
+1
-1
msc.c
tools/winedump/msc.c
+0
-2
pdb.c
tools/winedump/pdb.c
+1
-1
winedump.h
tools/winedump/winedump.h
+0
-2
No files found.
tools/winedump/dos.c
View file @
f635beea
...
...
@@ -39,8 +39,6 @@
#endif
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winedump.h"
...
...
tools/winedump/dump.c
View file @
f635beea
...
...
@@ -39,8 +39,6 @@
#endif
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winedump.h"
...
...
tools/winedump/font.c
View file @
f635beea
...
...
@@ -35,8 +35,6 @@
#endif
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
...
...
tools/winedump/lib.c
View file @
f635beea
...
...
@@ -36,7 +36,7 @@
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
...
...
tools/winedump/msc.c
View file @
f635beea
...
...
@@ -39,8 +39,6 @@
#endif
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winedump.h"
...
...
tools/winedump/pdb.c
View file @
f635beea
...
...
@@ -40,7 +40,7 @@
#include <fcntl.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winedump.h"
...
...
tools/winedump/winedump.h
View file @
f635beea
...
...
@@ -42,8 +42,6 @@
#include <assert.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.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