mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16: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
|
typedef union _ULARGE_INTEGER
|
||||||
{
|
{
|
||||||
#ifdef ANONYMOUSUNIONS
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
DWORD LowPart;
|
DWORD LowPart;
|
||||||
DWORD HighPart;
|
DWORD HighPart;
|
||||||
};
|
} u;
|
||||||
#else
|
#ifdef ANONYMOUSUNIONS
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
DWORD LowPart;
|
DWORD LowPart;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue