Module: wine Branch: master Commit: ace2749010f7dfac53cc4f33fa9562e3fa3766d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ace2749010f7dfac53cc4f33fa...
Author: Bernd Buschinski b.buschinski@web.de Date: Tue Jul 10 15:27:20 2007 +0200
gdiplus: Fix test typo/compile error.
---
dlls/gdiplus/tests/graphicspath.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdiplus/tests/graphicspath.c b/dlls/gdiplus/tests/graphicspath.c index f7cfedb..e5fe592 100644 --- a/dlls/gdiplus/tests/graphicspath.c +++ b/dlls/gdiplus/tests/graphicspath.c @@ -21,7 +21,7 @@ #include "windows.h" #include "gdiplus.h" #include "wine/test.h" -#include "math.h" +#include <math.h>
#define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got) #define POINT_TYPE_MAX_LEN (75)