http://bugs.winehq.org/show_bug.cgi?id=7712
------- Additional Comments From rmay@ou.edu 2007-16-03 11:42 ------- Created an attachment (id=5387) --> (http://bugs.winehq.org/attachment.cgi?id=5387&action=view) +class,+win,+x11drv,+user,+msg,+message,+relay trace
Well I don't think the program itself calls DefWindowProcA, but it gets called as part of the CreateWindow sequence. What is interesting is the first call to CreateWindow by WeatheScope creates a unicode window. This is seen at line 5959 of the attached trace. (It's got some of my own debugging lines in it, sorry). It creates a window for the "WeatheScope" class. Then on 9347, the CreateWindowExA is called for the "WeatherScopeAlert" class.