Commit 40a64912 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp90: Set the thiscall parameter count according to the size of the stream…

msvcp90: Set the thiscall parameter count according to the size of the stream size and offset types.
parent a8202d0e
......@@ -24,6 +24,8 @@ typedef unsigned char MSVCP_bool;
typedef SIZE_T MSVCP_size_t;
typedef SSIZE_T streamoff;
typedef SSIZE_T streamsize;
#define STREAMOFF_BITS 32
#define STREAMSIZE_BITS 32
void __cdecl _invalid_parameter(const wchar_t*, const wchar_t*,
const wchar_t*, unsigned int, uintptr_t);
......
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