mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 02:56:31 +00:00
crypt32: Don't use off_t for memory offsets.
This commit is contained in:
parent
4dfdec2ef5
commit
fd51447966
@ -1215,7 +1215,7 @@ struct DERSetDescriptor
|
||||
DWORD cItems;
|
||||
const void *items;
|
||||
size_t itemSize;
|
||||
off_t itemOffset;
|
||||
size_t itemOffset;
|
||||
CryptEncodeObjectExFunc encode;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user