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
3b3085fb
Commit
3b3085fb
authored
Apr 24, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Apr 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Remove variable size which is not really used from NdrComplexArrayUnmarshall.
parent
2488c8a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+0
-2
No files found.
dlls/rpcrt4/ndr_marshall.c
View file @
3b3085fb
...
...
@@ -4187,7 +4187,6 @@ unsigned char * WINAPI NdrComplexArrayUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
PFORMAT_STRING
pFormat
,
unsigned
char
fMustAlloc
)
{
ULONG
size
;
unsigned
char
*
saved_buffer
;
int
pointer_buffer_mark_set
=
0
;
int
saved_ignore_embedded
;
...
...
@@ -4209,7 +4208,6 @@ unsigned char * WINAPI NdrComplexArrayUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
pStubMsg
->
IgnoreEmbeddedPointers
=
1
;
pStubMsg
->
MemorySize
=
0
;
NdrComplexArrayMemorySize
(
pStubMsg
,
pFormat
);
size
=
pStubMsg
->
MemorySize
;
pStubMsg
->
IgnoreEmbeddedPointers
=
saved_ignore_embedded
;
TRACE
(
"difference = 0x%x
\n
"
,
(
ULONG
)(
pStubMsg
->
Buffer
-
saved_buffer
));
...
...
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