* include/winnt.h: Change definition of `SYSTEM_LUID' to comply
with new `LARGE_INTEGER' definition.
This commit is contained in:
parent
d9204f54e1
commit
75f259bfe3
@ -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>
|
Thu Aug 30 09:35:51 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/winsock2.h: Remove "extra token" after #endif.
|
* include/winsock2.h: Remove "extra token" after #endif.
|
||||||
|
@ -1075,7 +1075,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 { 999 }
|
#define SYSTEM_LUID { QuadPart:999 }
|
||||||
#endif /* _GUID_DEFINED */
|
#endif /* _GUID_DEFINED */
|
||||||
typedef struct _GENERIC_MAPPING {
|
typedef struct _GENERIC_MAPPING {
|
||||||
ACCESS_MASK GenericRead;
|
ACCESS_MASK GenericRead;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user