Yeah it is sort of amazing.
I have a test program under windows if you would like to see the Visual studio project. It has _UNICODE defined in the project, I create a main window with CreateWindowW Inside that window i do a DialogBoxW. That dialog box has a listview which is OWNERDATA.
I look at WM_NOTIFYFORMAT and trace and return what is returned by DefWindowProc (which conforms to wine and the docs by returning NFR_UNICODE)
then watching the notifies come in when i SetItemCount i see only the A GetDispInfo notify..
i tried all sorts of variations on the W and A creations to see if i saw any difference and I did not.
Also this patch fixes the bug in Outlook...
-aric
Dimitrie O. Paun wrote:
On November 21, 2002 11:33 am, Aric Stewart wrote:
Here is a patch which preserves alot of your structure. it works to correct my bug in Outlook.
Wow! It's hard to believe this is the case... WTF is this so? I mean, did you find a reasonable explanation to this behaviour? Did you have a chance to test with XP (comctrl 6.0)?