On Sun, 2003-03-16 at 23:09, Dmitry Timoshkov wrote:
"Mike Hearn" mike@theoretic.com wrote:
ChangeLog:
- Make the change notifications respect unicode vs ansi.
- TVN_SELCHANGINGW,
- infoPtr->bNtfUnicode ? TVN_SELCHANGINGA : TVN_SELCHANGINGW,
Shouldn't this be reversed?
I was wondering about that when I looked at the code again after coming back to it a few hours later, but the other way around doesn't work properly. I expect bNtfUnicode isn't being set right. I'll take a look today. But that way around is definately the one that makes things work.