Commit ace27490 authored by Bernd Buschinski's avatar Bernd Buschinski Committed by Alexandre Julliard

gdiplus: Fix test typo/compile error.

parent 7f674966
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment