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
2767aca7
Commit
2767aca7
authored
May 04, 2013
by
Francois Gouget
Committed by
Alexandre Julliard
May 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion/tests: Fix compilation on systems that don't support nameless unions.
parent
3964f805
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
asmcache.c
dlls/fusion/tests/asmcache.c
+3
-3
No files found.
dlls/fusion/tests/asmcache.c
View file @
2767aca7
...
...
@@ -822,11 +822,11 @@ static void create_assembly(LPCSTR file)
assembly
.
tableshdr
.
MaskValid
.
u
.
LowPart
=
0x00000005
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
HighPart
=
0x1600
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
LowPart
=
0x3301FA00
;
U
1
(
assembly
.
labelres
).
Name
=
0x10
;
U
(
assembly
.
labelres
).
Name
=
0x10
;
U2
(
assembly
.
labelres
).
OffsetToData
=
0x80000018
;
U
1
(
assembly
.
label11res
).
Name
=
0x1
;
U
(
assembly
.
label11res
).
Name
=
0x1
;
U2
(
assembly
.
label11res
).
OffsetToData
=
0x80000030
;
U
1
(
assembly
.
label10res
).
Name
=
0x0
;
U
(
assembly
.
label10res
).
Name
=
0x0
;
U2
(
assembly
.
label10res
).
OffsetToData
=
0x48
;
hfile
=
CreateFileA
(
file
,
GENERIC_WRITE
,
0
,
NULL
,
CREATE_ALWAYS
,
0
,
0
);
...
...
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