mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
revert a part of r41339 as it break ppc port
svn path=/trunk/; revision=41340
This commit is contained in:
parent
3df8d98cc9
commit
60e3f374fa
1 changed files with 1 additions and 2 deletions
|
@ -2936,8 +2936,7 @@ typedef union _ULARGE_INTEGER {
|
|||
ULONGLONG QuadPart;
|
||||
} ULARGE_INTEGER, *PULARGE_INTEGER;
|
||||
typedef struct _LUID {
|
||||
DWORD LowPart;
|
||||
LONG HighPart;
|
||||
LARGE_INTEGER_ORDER(LONG)
|
||||
} LUID, *PLUID;
|
||||
#pragma pack(push,4)
|
||||
typedef struct _LUID_AND_ATTRIBUTES {
|
||||
|
|
Loading…
Reference in a new issue