Re: PATCH - comctl32 with MS_VC 6 headers
On August 22, 2003 09:17 pm, Steven Edwards wrote:
+#include <stdarg.h> + +#include "windef.h" #include "winbase.h" +#include "wingdi.h" +#include "winuser.h" +#include "winreg.h"
Why don't we need these includes with the Wine headers? Let's figure out were we include these in our headers, and get rid of them. If we just patch the .c files, we loose track of the header problems... -- Dimi.
--- "Dimitrie O. Paun" <dpaun(a)rogers.com> wrote:
Why don't we need these includes with the Wine headers? Let's figure out were we include these in our headers, and get rid of them. If we just patch the .c files, we loose track of the header problems...
Some of them are included in wines winbase.h. I will submit a patch to remove them where they dont match up but I wont be able to test on Linux. Can someone write a script to automate fixing these in the sources? Thanks Steven __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
"Dimitrie O. Paun" <dpaun(a)rogers.com> writes:
Why don't we need these includes with the Wine headers? Let's figure out were we include these in our headers, and get rid of them. If we just patch the .c files, we loose track of the header problems...
That's the "header dependencies" janitorial task; but we are going to need a script to do it, just about every single C file needs to be fixed and that's too much work to do by hand. -- Alexandre Julliard julliard(a)winehq.com
participants (3)
-
Alexandre Julliard -
Dimitrie O. Paun -
Steven Edwards