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
a59d6387
Commit
a59d6387
authored
Feb 29, 2020
by
Serge Gautherie
Committed by
Alexandre Julliard
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: COMMCONFIG.wcProviderData is WCHAR, not DWORD.
Signed-off-by:
Serge Gautherie
<
winehq-git_serge_180711@gautherie.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
52c6070e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
generated.c
dlls/kernel32/tests/generated.c
+4
-4
winbase.h
include/winbase.h
+1
-1
No files found.
dlls/kernel32/tests/generated.c
View file @
a59d6387
...
...
@@ -546,8 +546,8 @@ static void test_pack_COMMCONFIG(void)
TEST_FIELD_SIZE
(
COMMCONFIG
,
dwProviderSize
,
4
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
dwProviderSize
,
4
)
TEST_FIELD_OFFSET
(
COMMCONFIG
,
dwProviderSize
,
44
)
TEST_FIELD_SIZE
(
COMMCONFIG
,
wcProviderData
,
4
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
wcProviderData
,
4
)
TEST_FIELD_SIZE
(
COMMCONFIG
,
wcProviderData
,
2
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
wcProviderData
,
2
)
TEST_FIELD_OFFSET
(
COMMCONFIG
,
wcProviderData
,
48
)
}
...
...
@@ -2403,8 +2403,8 @@ static void test_pack_COMMCONFIG(void)
TEST_FIELD_SIZE
(
COMMCONFIG
,
dwProviderSize
,
4
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
dwProviderSize
,
4
)
TEST_FIELD_OFFSET
(
COMMCONFIG
,
dwProviderSize
,
44
)
TEST_FIELD_SIZE
(
COMMCONFIG
,
wcProviderData
,
4
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
wcProviderData
,
4
)
TEST_FIELD_SIZE
(
COMMCONFIG
,
wcProviderData
,
2
)
TEST_FIELD_ALIGN
(
COMMCONFIG
,
wcProviderData
,
2
)
TEST_FIELD_OFFSET
(
COMMCONFIG
,
wcProviderData
,
48
)
}
...
...
include/winbase.h
View file @
a59d6387
...
...
@@ -1409,7 +1409,7 @@ typedef struct tagCOMMCONFIG {
DWORD
dwProviderSubType
;
DWORD
dwProviderOffset
;
DWORD
dwProviderSize
;
DWORD
wcProviderData
[
1
];
WCHAR
wcProviderData
[
1
];
}
COMMCONFIG
,
*
LPCOMMCONFIG
;
typedef
struct
tagCOMMPROP
{
...
...
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