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
52911fc6
Commit
52911fc6
authored
Jun 19, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Jun 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update the MIDL_STUB_MESSAGE structure.
Reduce the size of the IsClient field, as is done in the latest SDKs to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
parent
a6fa6a4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
generated.c
dlls/rpcrt4/tests/generated.c
+0
-1
rpcndr.h
include/rpcndr.h
+3
-1
tests.dat
tools/winapi/tests.dat
+1
-1
No files found.
dlls/rpcrt4/tests/generated.c
View file @
52911fc6
...
...
@@ -407,7 +407,6 @@ static void test_pack_MIDL_STUB_MESSAGE(void)
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
ULONG
,
BufferLength
,
20
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
ULONG
,
MemorySize
,
24
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
unsigned
char
*
,
Memory
,
28
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
int
,
IsClient
,
32
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
int
,
ReuseBuffer
,
36
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
struct
NDR_ALLOC_ALL_NODES_CONTEXT
*
,
pAllocAllNodesContext
,
40
,
4
,
4
);
TEST_FIELD
(
MIDL_STUB_MESSAGE
,
struct
NDR_POINTER_QUEUE_STATE
*
,
pPointerQueueState
,
44
,
4
,
4
);
...
...
include/rpcndr.h
View file @
52911fc6
...
...
@@ -175,7 +175,9 @@ typedef struct _MIDL_STUB_MESSAGE
ULONG
BufferLength
;
ULONG
MemorySize
;
unsigned
char
*
Memory
;
int
IsClient
;
unsigned
char
IsClient
;
unsigned
char
Pad
;
unsigned
short
uFlags2
;
int
ReuseBuffer
;
struct
NDR_ALLOC_ALL_NODES_CONTEXT
*
pAllocAllNodesContext
;
struct
NDR_POINTER_QUEUE_STATE
*
pPointerQueueState
;
...
...
tools/winapi/tests.dat
View file @
52911fc6
...
...
@@ -950,7 +950,7 @@ MALLOC_FREE_STRUCT
MIDL_FORMAT_STRING
MIDL_SERVER_INFO
MIDL_STUB_DESC
MIDL_STUB_MESSAGE: !UniquePtrCount
MIDL_STUB_MESSAGE: !UniquePtrCount
!IsClient !Pad !uFlags2
MIDL_STUBLESS_PROXY_INFO
MIDL_SYNTAX_INFO
NDR_CCONTEXT
...
...
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