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

Alexandre Julliard julliard at winehq.org
Mon Mar 24 15:21:48 CDT 2008


Module: wine
Branch: master
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.

---

 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"




More information about the wine-cvs mailing list