mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
gdiplus: Fix test typo/compile error.
This commit is contained in:
parent
7f674966e7
commit
ace2749010
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user