On Mon, 24 Mar 2008, Alexandre Julliard wrote: [...]
Commit: ae32a7fe0473aebb875b26083c1567ff046c3b80 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ae32a7fe0473aebb875b26083c...
Author: Reece Dunn msclrhd@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.