"Jeff Latimer" wrote:
I put tests for the mixed conditions in test/dde.c quite a while ago:
Then it should be obvious where the fix should be added, with
removing todo_wine in appropriate places.
--
Dmitry.
Dmitry Timoshkov wrote:
"André Hentschel" wrote:
Please add a test case which uses mixed ansi/unicode DDE client/server
and only then start fixing the code.
For winebrowser? Do we test any of our programs? Or for DDE?
Quoting above: "mixed ansi/unicode DDE client/server".
I put tests for
"André Hentschel" wrote:
Please add a test case which uses mixed ansi/unicode DDE client/server
and only then start fixing the code.
For winebrowser? Do we test any of our programs? Or for DDE?
Quoting above: "mixed ansi/unicode DDE client/server".
--
Dmitry.
Dmitry Timoshkov schrieb:
"André Hentschel" wrote:
This converts the DDE-Callbackfunction to Unicode.
After days of winebrowser-hacking i turned it down to this clean code.
It uses the function IsTextUnicode instead of guessing.(IsTextUnicode
is guessing too, but in a cleaner way)
Please ad
"André Hentschel" wrote:
This converts the DDE-Callbackfunction to Unicode.
After days of winebrowser-hacking i turned it down to this clean code.
It uses the function IsTextUnicode instead of guessing.(IsTextUnicode is
guessing too, but in a cleaner way)
Please add a test case which uses mi