second fix follows

svn path=/trunk/; revision=7340
This commit is contained in:
Aleksey Bragin 2003-12-30 19:14:29 +00:00
parent 55128bd027
commit b3a850e0ea

View file

@ -160,13 +160,12 @@ typedef union _LARGE_INTEGER
typedef union _ULARGE_INTEGER
{
#ifdef ANONYMOUSUNIONS
struct
{
DWORD LowPart;
DWORD HighPart;
};
#else
} u;
#ifdef ANONYMOUSUNIONS
struct
{
DWORD LowPart;