mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
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:
parent
05dfe2a7c4
commit
f4a6e3d287
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ typedef union _ULARGE_INTEGER
|
||||||
{
|
{
|
||||||
DWORD LowPart;
|
DWORD LowPart;
|
||||||
DWORD HighPart;
|
DWORD HighPart;
|
||||||
} u;
|
};
|
||||||
#endif /* ANONYMOUSUNIONS */
|
#endif /* ANONYMOUSUNIONS */
|
||||||
ULONGLONG QuadPart;
|
ULONGLONG QuadPart;
|
||||||
} ULARGE_INTEGER, *PULARGE_INTEGER;
|
} ULARGE_INTEGER, *PULARGE_INTEGER;
|
||||||
|
|
Loading…
Reference in a new issue