[Libreoffice-commits] core.git: vcl/inc
Noel Grandin
noel at peralex.com
Mon Jan 25 23:38:15 PST 2016
vcl/inc/salglyphid.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6b232aeecc55f1715bc111e636e36a8e24827efb
Author: Noel Grandin <noel at peralex.com>
Date: Tue Jan 26 09:30:37 2016 +0200
fix windows build
after commit c43fdd74097cb12f69f86fd1217dd2f41ccae101
"vcl: GF_VERT is *only* for Windows implementations"
Change-Id: I8f500c0e9accc781a57ab4057eea9d077f418696
diff --git a/vcl/inc/salglyphid.hxx b/vcl/inc/salglyphid.hxx
index 4c26b15..23ce1ce 100644
--- a/vcl/inc/salglyphid.hxx
+++ b/vcl/inc/salglyphid.hxx
@@ -29,7 +29,7 @@ typedef sal_uInt32 sal_GlyphId;
#define GF_ISCHAR 0x00800000
#define GF_ROTL 0x01000000
-#ifdef WINNT
+#ifdef WIN32
// caution !!!
#define GF_VERT 0x02000000
// GF_VERT is only for windows implementation
More information about the Libreoffice-commits
mailing list