* include/winnt.h: Change definition of `SYSTEM_LUID' to comply
with new `LARGE_INTEGER' definition.
This commit is contained in:
@ -1075,7 +1075,7 @@ typedef struct _GUID {
|
||||
unsigned short Data3;
|
||||
unsigned char Data4[8];
|
||||
} GUID, *REFGUID, *LPGUID;
|
||||
#define SYSTEM_LUID { 999 }
|
||||
#define SYSTEM_LUID { QuadPart:999 }
|
||||
#endif /* _GUID_DEFINED */
|
||||
typedef struct _GENERIC_MAPPING {
|
||||
ACCESS_MASK GenericRead;
|
||||
|
Reference in New Issue
Block a user