winebrowser: Educated guess if the DDE data is CHAR or WCHAR (try2)

Dmitry Timoshkov dmitry at codeweavers.com
Mon Dec 8 09:19:36 CST 2008


"Paul Chitescu" <paulc at voip.null.ro> wrote:

> Windows doesn't implement it the simplified way wine's shell32.dll does so a 
> test doesn't make sense. Windows DDE clients can send A or W strings over DDE 
> and convert them as desired in the DDE server. Wine's DDE just sends the data 
> in the buffer with no indication on how to interpret it - that's why the code 
> guesses.

Then the fix should be in DDE code instead, but in any case you need
to write a test case for that.

-- 
Dmitry.



More information about the wine-devel mailing list