include: Update EXTENDED_NAME_FORMAT enumeration

André Hentschel nerv at dawncrow.de
Wed Oct 10 14:08:05 CDT 2012


spotted while compiling up to date putty with winelib, it doesn't use it, but i needed to have a look at the secext.h in the new psdk.
---
 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 );
-- 
1.7.4.1


-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list