]> sourceware.org Git - newlib-cygwin.git/commitdiff
* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
authorChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 21:50:14 +0000 (21:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 21:50:14 +0000 (21:50 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winnt.h

index 77ac0620b7ff38ff8abf3047fb84428e7ef485f6..a6919606c56c13c20c6b6beebf05cce3eb859654 100644 (file)
@@ -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. 
index 29e14c340fedbdb2a0ec08510826a060b24f98a2..f163f73ff18a4e0ebd33d692c73936e71c50a971 100644 (file)
@@ -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;
This page took 0.041439 seconds and 5 git commands to generate.