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 wFlags;
UINT wCountryID; UINT wCountryID;
INT iCodePage; INT iCodePage;
DWORD dwLangID; DWORD dwLangID;
DWORD dwSecurity; DWORD dwSecurity;
SECURITY_QUALITY_OF_SERVICE qos;
} CONVCONTEXT, *PCONVCONTEXT; } CONVCONTEXT, *PCONVCONTEXT;
typedef struct tagCONVINFO typedef struct tagCONVINFO
{ {
DWORD cb; DWORD cb;
DWORD hUser; DWORD_PTR hUser;
HCONV hConvPartner; HCONV hConvPartner;
HSZ hszSvcPartner; HSZ hszSvcPartner;
HSZ hszServiceReq; HSZ hszServiceReq;