=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Update EXTENDED_NAME_FORMAT enumeration.

Alexandre Julliard julliard at winehq.org
Thu Oct 11 15:25:16 CDT 2012


Module: wine
Branch: master
Commit: 429e47f29a5650456b2a58e47f578a80394d701c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=429e47f29a5650456b2a58e47f578a80394d701c

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Oct 10 21:08:05 2012 +0200

include: Update EXTENDED_NAME_FORMAT enumeration.

---

 include/secext.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/secext.h b/include/secext.h
index 1f04d3d..42b4b3e 100644
--- a/include/secext.h
+++ b/include/secext.h
@@ -34,7 +34,9 @@ typedef enum
     NameUserPrincipal = 8,
     NameCanonicalEx = 9,
     NameServicePrincipal = 10,
-    NameDnsDomain = 12
+    NameDnsDomain = 12,
+    NameGivenName = 13,
+    NameSurname = 14,
 } EXTENDED_NAME_FORMAT, *PEXTENDED_NAME_FORMAT;
 
 BOOLEAN WINAPI GetComputerObjectNameA( EXTENDED_NAME_FORMAT, LPSTR, PULONG );




More information about the wine-cvs mailing list