include: Fix the DDE structures for 64-bit.

oldstable
Alexandre Julliard 2009-04-24 13:40:39 +02:00
parent 1f8876b1de
commit 7bac0f52a6
1 changed files with 4 additions and 3 deletions

View File

@ -314,14 +314,15 @@ typedef struct tagCONVCONTEXT
UINT wFlags;
UINT wCountryID;
INT iCodePage;
DWORD dwLangID;
DWORD dwSecurity;
DWORD dwLangID;
DWORD dwSecurity;
SECURITY_QUALITY_OF_SERVICE qos;
} CONVCONTEXT, *PCONVCONTEXT;
typedef struct tagCONVINFO
{
DWORD cb;
DWORD hUser;
DWORD_PTR hUser;
HCONV hConvPartner;
HSZ hszSvcPartner;
HSZ hszServiceReq;