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
97a9ca3f
Commit
97a9ca3f
authored
Feb 27, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directly.
parent
2b93de3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
dwarf.c
dlls/dbghelp/dwarf.c
+2
-0
type.c
dlls/dbghelp/type.c
+3
-0
No files found.
dlls/dbghelp/dwarf.c
View file @
97a9ca3f
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#define NONAMELESSUNION
#include "config.h"
#include "config.h"
#include <sys/types.h>
#include <sys/types.h>
...
...
dlls/dbghelp/type.c
View file @
97a9ca3f
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
* Note: This really doesn't do much at the moment, but it forms the framework
* Note: This really doesn't do much at the moment, but it forms the framework
* upon which full support for datatype handling will eventually be built.
* upon which full support for datatype handling will eventually be built.
*/
*/
#define NONAMELESSUNION
#include "config.h"
#include "config.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.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