Commit 1d5a4591 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Remove STREAMSIZE_BITS definition.

parent 4aed1c20
......@@ -27,13 +27,9 @@
#if _MSVCP_VER >= 100
typedef __int64 DECLSPEC_ALIGN(8) streamoff;
typedef __int64 DECLSPEC_ALIGN(8) streamsize;
#define STREAMOFF_BITS 64
#define STREAMSIZE_BITS 64
#else
typedef SSIZE_T streamoff;
typedef SSIZE_T streamsize;
#define STREAMOFF_BITS 32
#define STREAMSIZE_BITS 32
#endif
void __cdecl _invalid_parameter_noinfo(void);
......
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