include: Add missing DPACCOUNTDESC to dplay.h.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d6917dee9d
commit
226c3196e4
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue