Commit 226c3196 authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

include: Add missing DPACCOUNTDESC to dplay.h.

parent d6917dee
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment