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/include
parent77e5f8975dbc1d9d51662e677f4a4b44ba373302 (diff)
* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/winnt.h2
1 files changed, 1 insertions, 1 deletions
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;