and even third --- please excuse me for so much of commits, it should be one instead of 3 :-)

svn path=/trunk/; revision=7342
This commit is contained in:
Aleksey Bragin 2003-12-30 19:23:30 +00:00
parent 05dfe2a7c4
commit f4a6e3d287

View file

@ -170,7 +170,7 @@ typedef union _ULARGE_INTEGER
{
DWORD LowPart;
DWORD HighPart;
} u;
};
#endif /* ANONYMOUSUNIONS */
ULONGLONG QuadPart;
} ULARGE_INTEGER, *PULARGE_INTEGER;