24 Mar
2008
24 Mar
'08
8:21 p.m.
Module: wine Branch: master Commit: ae32a7fe0473aebb875b26083c1567ff046c3b80 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ae32a7fe0473aebb875b26083c... Author: Reece Dunn <msclrhd(a)googlemail.com> Date: Sat Mar 22 22:50:43 2008 +0000 comdlg32: Fix building the tests with MSVC headers. --- dlls/comdlg32/tests/printdlg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/comdlg32/tests/printdlg.c b/dlls/comdlg32/tests/printdlg.c index 783773f..744b6eb 100644 --- a/dlls/comdlg32/tests/printdlg.c +++ b/dlls/comdlg32/tests/printdlg.c @@ -26,6 +26,7 @@ #include "winerror.h" #include "wingdi.h" #include "winuser.h" +#include "objbase.h" #include "cderr.h" #include "commdlg.h"