Commit bbea6efc authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Fix streamoff and streampos definition.

parent e7dbb212
......@@ -21,8 +21,8 @@
typedef unsigned char MSVCP_bool;
typedef SIZE_T MSVCP_size_t;
typedef SIZE_T streamoff;
typedef SIZE_T streamsize;
typedef SSIZE_T streamoff;
typedef SSIZE_T streamsize;
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