Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-03-17 00:50:14 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-17 00:50:14 +0300
commit38a1953cfc4a1fde51cf976b04bee8642fc0ef68 (patch)
treef313102f550cad0efc601600fc76bad9e6297028 /winsup/w32api
parent77e5f8975dbc1d9d51662e677f4a4b44ba373302 (diff)
* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winnt.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 77ac0620b..a6919606c 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 29e14c340..f163f73ff 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -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;