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
49a177ac
Commit
49a177ac
authored
Jul 19, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion/tests: Use nameless unions/structs.
parent
b150f9ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
asmcache.c
dlls/fusion/tests/asmcache.c
+6
-6
No files found.
dlls/fusion/tests/asmcache.c
View file @
49a177ac
...
@@ -820,12 +820,12 @@ static void create_assembly(LPCSTR file)
...
@@ -820,12 +820,12 @@ static void create_assembly(LPCSTR file)
assembly
.
tableshdr
.
MaskValid
.
u
.
LowPart
=
0x00000005
;
assembly
.
tableshdr
.
MaskValid
.
u
.
LowPart
=
0x00000005
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
HighPart
=
0x1600
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
HighPart
=
0x1600
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
LowPart
=
0x3301FA00
;
assembly
.
tableshdr
.
MaskSorted
.
u
.
LowPart
=
0x3301FA00
;
U
(
assembly
.
labelres
)
.
Name
=
0x10
;
assembly
.
labelres
.
Name
=
0x10
;
U2
(
assembly
.
labelres
)
.
OffsetToData
=
0x80000018
;
assembly
.
labelres
.
OffsetToData
=
0x80000018
;
U
(
assembly
.
label11res
)
.
Name
=
0x1
;
assembly
.
label11res
.
Name
=
0x1
;
U2
(
assembly
.
label11res
)
.
OffsetToData
=
0x80000030
;
assembly
.
label11res
.
OffsetToData
=
0x80000030
;
U
(
assembly
.
label10res
)
.
Name
=
0x0
;
assembly
.
label10res
.
Name
=
0x0
;
U2
(
assembly
.
label10res
)
.
OffsetToData
=
0x48
;
assembly
.
label10res
.
OffsetToData
=
0x48
;
hfile
=
CreateFileA
(
file
,
GENERIC_WRITE
,
0
,
NULL
,
CREATE_ALWAYS
,
0
,
0
);
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