* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
This commit is contained in:
		| @@ -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> | 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/winnt.h (_LUID): Add structure. Correct LUID typedef.  | 	* include/winnt.h (_LUID): Add structure. Correct LUID typedef.  | ||||||
|   | |||||||
| @@ -1349,7 +1349,7 @@ typedef struct _GUID { | |||||||
| 	unsigned short Data3; | 	unsigned short Data3; | ||||||
| 	unsigned char  Data4[8]; | 	unsigned char  Data4[8]; | ||||||
| } GUID, *REFGUID, *LPGUID; | } GUID, *REFGUID, *LPGUID; | ||||||
| #define SYSTEM_LUID { QuadPart:999 } | #define SYSTEM_LUID { 0x3e7, 0x0 } | ||||||
| #endif /* GUID_DEFINED */ | #endif /* GUID_DEFINED */ | ||||||
| typedef struct _GENERIC_MAPPING { | typedef struct _GENERIC_MAPPING { | ||||||
| 	ACCESS_MASK GenericRead; | 	ACCESS_MASK GenericRead; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user