Evan Stade : gdiplus: Change include list on 3 tests.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 1 05:16:51 CDT 2007


Module: wine
Branch: master
Commit: 44412cf1e43bdc212179242ea645129260ed7149
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=44412cf1e43bdc212179242ea645129260ed7149

Author: Evan Stade <estade at gmail.com>
Date:   Tue Jul 31 19:15:16 2007 -0700

gdiplus: Change include list on 3 tests.

---

 dlls/gdiplus/tests/brush.c  |    4 +---
 dlls/gdiplus/tests/matrix.c |    3 +--
 dlls/gdiplus/tests/pen.c    |    3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dlls/gdiplus/tests/brush.c b/dlls/gdiplus/tests/brush.c
index 7c72f48..70eac03 100644
--- a/dlls/gdiplus/tests/brush.c
+++ b/dlls/gdiplus/tests/brush.c
@@ -18,9 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
-
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 
diff --git a/dlls/gdiplus/tests/matrix.c b/dlls/gdiplus/tests/matrix.c
index ff8a47f..cc53488 100644
--- a/dlls/gdiplus/tests/matrix.c
+++ b/dlls/gdiplus/tests/matrix.c
@@ -18,10 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
 #include <math.h>
 
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 
diff --git a/dlls/gdiplus/tests/pen.c b/dlls/gdiplus/tests/pen.c
index fc792a6..00ecbfb 100644
--- a/dlls/gdiplus/tests/pen.c
+++ b/dlls/gdiplus/tests/pen.c
@@ -18,10 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
 #include <math.h>
 
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 




More information about the wine-cvs mailing list