http://bugs.winehq.org/show_bug.cgi?id=7641
------- Additional Comments From rmay@ou.edu 2007-07-03 07:55 ------- Created an attachment (id=5264) --> (http://bugs.winehq.org/attachment.cgi?id=5264&action=view) +relay,+commctrl trace for 1.5b
Well the attached trace shows that InitCommonControlsEx() _is_ being called, but it is called with a null parameter (line 1482). From the same code you linked to, you can see that no trace will be printed when called with a null. So I guess the next question is what does WinXP/Win2K do with the null argument?