I have made a log of my attempts to fix comctl32.dll with the MS_VC headers but I am going to have to call it a day. If anyone has time and a copy of MS_VC can you take a look and tell me whats going on?
The log of my progress is here: http://mail.gleneagle.net/sedwards/comctl32_msvc.txt
It may just be something as simple as WINE having most of the headers included in the wrong order or included in places where they shouldnt be such as stdarg in winbase.h and a lack of winbase.h.
Thanks Steven
Hello Steven,
Friday, August 22, 2003, 7:46:38 AM, you wrote:
SE> I have made a log of my attempts to fix comctl32.dll with the MS_VC Wine's winbase.h includes windef.h but windows winbase.h doesn't include windef.h
So you need to include windef.h first.