[Libreoffice-commits] .: canvas/source

Tor Lillqvist tml at kemper.freedesktop.org
Sun Feb 13 10:10:04 PST 2011


 canvas/source/directx/dx_winstuff.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cb4c618f9b242087b01dcd18833cfc23c37bd9c1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun Feb 13 19:56:26 2011 +0200

    Fix x64 Windows build

diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx
index e92b17c..e3761f7 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


More information about the Libreoffice-commits mailing list