Reece Dunn : comdlg32: Fix building the tests with MSVC headers.

Francois Gouget fgouget at free.fr
Tue Apr 8 18:06:20 CDT 2008


On Mon, 24 Mar 2008, Alexandre Julliard wrote:
[...]
> Commit: ae32a7fe0473aebb875b26083c1567ff046c3b80
> URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ae32a7fe0473aebb875b26083c1567ff046c3b80
> 
> Author: Reece Dunn <msclrhd at googlemail.com>
> Date:   Sat Mar 22 22:50:43 2008 +0000
> 
> comdlg32: Fix building the tests with MSVC headers.
[...]
> +++ b/dlls/comdlg32/tests/printdlg.c
> @@ -26,6 +26,7 @@
>  #include "winerror.h"
>  #include "wingdi.h"
>  #include "winuser.h"
> +#include "objbase.h"

The question is why didn't this fail in Wine in the first place? The 
Wine headers must be different in some way which causes the compile to 
succeed when it should have failed. Thus they should be fixed.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                            $live{free} || die "";



More information about the wine-devel mailing list