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>
feature/deterministic
Vijay Kiran Kamuju 2020-03-15 12:57:57 +01:00 committed by Alexandre Julliard
parent d6917dee9d
commit 226c3196e4
1 changed files with 13 additions and 0 deletions

View File

@ -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 */