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
b6d8b27b
Commit
b6d8b27b
authored
Feb 12, 2007
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: The format structures used in the marshaling code should have 1-byte alignment.
parent
c3d037c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+4
-0
No files found.
dlls/rpcrt4/ndr_marshall.c
View file @
b6d8b27b
...
...
@@ -2933,6 +2933,7 @@ void WINAPI NdrConvert2( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, LO
is to raise an exception */
}
#include "pshpack1.h"
typedef
struct
_NDR_CSTRUCT_FORMAT
{
unsigned
char
type
;
...
...
@@ -2940,6 +2941,7 @@ typedef struct _NDR_CSTRUCT_FORMAT
unsigned
short
memory_size
;
short
offset_to_array_description
;
}
NDR_CSTRUCT_FORMAT
,
NDR_CVSTRUCT_FORMAT
;
#include "poppack.h"
/***********************************************************************
* NdrConformantStructMarshall [RPCRT4.@]
...
...
@@ -3509,6 +3511,7 @@ void WINAPI NdrConformantVaryingStructFree(PMIDL_STUB_MESSAGE pStubMsg,
EmbeddedPointerFree
(
pStubMsg
,
pMemory
,
pFormat
);
}
#include "pshpack1.h"
typedef
struct
{
unsigned
char
type
;
...
...
@@ -3522,6 +3525,7 @@ typedef struct
unsigned
char
alignment
;
unsigned
long
total_size
;
}
NDR_LGFARRAY_FORMAT
;
#include "poppack.h"
/***********************************************************************
* NdrFixedArrayMarshall [RPCRT4.@]
...
...
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