diff --git a/include/dplay.h b/include/dplay.h index 2294ba851fa..70431db7f3a 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 */