diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-23 16:05:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-23 16:05:33 +0100 |
commit | 79754dee2e2c0f4c8b05ae7db62b089912d6aa6d (patch) | |
tree | a4db3f74dcff6cf8e0798840ea6ad0b1d578c67b /canvas/source | |
parent | 8edf711eb2f39c7779f2d39938d786befea1c49b (diff) |
More Windows define whack-a-mole
Change-Id: I09bf1cfe22a65b8dbbcc7139cd1055f0e829210d
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/directx/dx_winstuff.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx index 7b7f3c2c05bf..7cf2ba870d51 100644 --- a/canvas/source/directx/dx_winstuff.hxx +++ b/canvas/source/directx/dx_winstuff.hxx @@ -176,7 +176,8 @@ namespace dxcanvas #endif #undef DELETE -#undef PolyPolygon +#undef GradientStyle_RECT +#undef Polygon #endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_WINSTUFF_HXX |