* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
This commit is contained in:
parent
77e5f8975d
commit
38a1953cfc
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue