mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
second fix follows
svn path=/trunk/; revision=7340
This commit is contained in:
parent
55128bd027
commit
b3a850e0ea
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue