* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.

This commit is contained in:
Christopher Faylor 2005-03-16 21:50:14 +00:00
parent 77e5f8975d
commit 38a1953cfc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-03-16 Christopher Faylor <cgf@timesys.com>
* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
change.
2005-03-16 Danny Smith <dannysmith@users.sourceforge.net>
* include/winnt.h (_LUID): Add structure. Correct LUID typedef.

View File

@ -1349,7 +1349,7 @@ typedef struct _GUID {
unsigned short Data3;
unsigned char Data4[8];
} GUID, *REFGUID, *LPGUID;
#define SYSTEM_LUID { QuadPart:999 }
#define SYSTEM_LUID { 0x3e7, 0x0 }
#endif /* GUID_DEFINED */
typedef struct _GENERIC_MAPPING {
ACCESS_MASK GenericRead;