diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-26 09:30:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-26 09:30:37 +0200 |
commit | 6b232aeecc55f1715bc111e636e36a8e24827efb (patch) | |
tree | 78528ba1ec0c0f569973ca3c52e23ecd88c2f5b1 | |
parent | 1f9f1fe342ebe65db8f48a4c38c92acf74122966 (diff) |
fix windows build
after commit c43fdd74097cb12f69f86fd1217dd2f41ccae101
"vcl: GF_VERT is *only* for Windows implementations"
Change-Id: I8f500c0e9accc781a57ab4057eea9d077f418696
-rw-r--r-- | vcl/inc/salglyphid.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salglyphid.hxx b/vcl/inc/salglyphid.hxx index 4c26b150788c..23ce1ce02104 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 |