Vijay Kiran Kamuju : include: Add missing DPACCOUNTDESC to dplay.h.

Alexandre Julliard julliard at winehq.org
Mon Mar 16 16:49:06 CDT 2020


Module: wine
Branch: master
Commit: 226c3196e48c6c0ba6dbc34b7bfb9e161da6ee93
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=226c3196e48c6c0ba6dbc34b7bfb9e161da6ee93

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Sun Mar 15 12:57:57 2020 +0100

include: Add missing DPACCOUNTDESC to dplay.h.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dplay.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/include/dplay.h b/include/dplay.h
index 2294ba851f..70431db7f3 100644
--- a/include/dplay.h
+++ b/include/dplay.h
@@ -332,6 +332,19 @@ typedef struct tagDPSECURITYDESC
 
 typedef const DPSECURITYDESC *LPCDPSECURITYDESC;
 
+typedef struct
+{
+    DWORD dwSize;
+    DWORD dwFlags;
+    union
+    {
+        LPWSTR  lpszAccountID;
+        LPSTR   lpszAccountIDA;
+    } DUMMYUNIONNAME;
+} DPACCOUNTDESC, *LPDPACCOUNTDESC;
+
+typedef const DPACCOUNTDESC *LPCDPACCOUNTDESC;
+
 typedef struct tagDPCREDENTIALS
 {
     DWORD dwSize;               /* Size of structure */




More information about the wine-cvs mailing list