summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/livarot/Path.cpp')
-rw-r--r--src/livarot/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/Path.cpp b/src/livarot/Path.cpp
index a43bc3769..856a369f8 100644
--- a/src/livarot/Path.cpp
+++ b/src/livarot/Path.cpp
@@ -813,7 +813,7 @@ Type1 fonts because they use cubic-paths instead of the
bezier-paths used by True-Type fonts."
*/
-#ifdef WIN32
+#ifdef _WIN32
Geom::Point np = nData->p - nData->end;
if ( np[Geom::X] < l ) {
l = np[Geom::X];