* include/winnt.h: Change definition of `SYSTEM_LUID' to comply

with new `LARGE_INTEGER' definition.
This commit is contained in:
Corinna Vinschen
2001-08-31 19:48:04 +00:00
parent d9204f54e1
commit 75f259bfe3
2 changed files with 6 additions and 1 deletions

View File

@ -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;