Commit 7bac0f52 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix the DDE structures for 64-bit.

parent 1f8876b1
......@@ -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;
......
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