Hi,

the below patch adds the missing USER_INFO_24 structure,
which has been introduced with Windows 8/2012 per
http://msdn.microsoft.com/en-us/library/windows/desktop/hh994455%28v=vs.85%29.aspx

Ok to apply?


Thanks,
Corinna


        * lmaccess.h (struct _USER_INFO_24): Define.


Index: lmaccess.h
===================================================================
--- lmaccess.h  (revision 6615)
+++ lmaccess.h  (working copy)
@@ -207,6 +207,14 @@
     PSID usri23_user_sid;
   } USER_INFO_23,*PUSER_INFO_23,*LPUSER_INFO_23;
 
+  typedef struct _USER_INFO_24 {
+    BOOL usri24_internet_identity;
+    DWORD usri24_flags;
+    LPWSTR usri24_internet_provider_name;
+    LPWSTR usri24_internet_principal_name;
+    PSID usri24_user_sid;
+  } USER_INFO_24,*PUSER_INFO_24,*LPUSER_INFO_24;
+
   typedef struct _USER_INFO_1003 {
     LPWSTR usri1003_password;
   } USER_INFO_1003,*PUSER_INFO_1003,*LPUSER_INFO_1003;

Attachment: pgpS62ZBlmOBD.pgp
Description: PGP signature

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to