Commit fd514479 authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32: Don't use off_t for memory offsets.

parent 4dfdec2e
......@@ -1215,7 +1215,7 @@ struct DERSetDescriptor
DWORD cItems;
const void *items;
size_t itemSize;
off_t itemOffset;
size_t itemOffset;
CryptEncodeObjectExFunc encode;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment