* 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

@ -1,3 +1,8 @@
Fri Aug 31 21:46:00 2001 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h: Change definition of `SYSTEM_LUID' to comply
with new `LARGE_INTEGER' definition.
Thu Aug 30 09:35:51 2001 Christopher Faylor <cgf@cygnus.com>
* include/winsock2.h: Remove "extra token" after #endif.

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;