diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-13 19:56:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-13 19:56:54 +0200 |
commit | 6444836dbd573a224142550205e89f4e5b1665ff (patch) | |
tree | ce3b0988268b31c16e9e01c663f84502e78e66c4 /canvas/source/directx/dx_winstuff.hxx | |
parent | bd0bc9c9f9aff4204de100a8563e8f3830b42dfe (diff) |
Fix x64 Windows build
Diffstat (limited to 'canvas/source/directx/dx_winstuff.hxx')
-rw-r--r-- | canvas/source/directx/dx_winstuff.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx index e5133de1b8e2..c8f43990e9f8 100644 --- a/canvas/source/directx/dx_winstuff.hxx +++ b/canvas/source/directx/dx_winstuff.hxx @@ -59,6 +59,7 @@ #define BOOL win32BOOL #define INT32 win32INT32 #define UINT32 win32UINT32 +#define ULONG win32ULONG #define GradientStyle_RECT win32GradientStyle_RECT #define Polygon win32Polygon #define PolyPolygon win32PolyPolygon |