mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
second fix follows
svn path=/trunk/; revision=7340
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user