summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index 2113bcfb1308..be4e883d2af2 100644
--- a/svtools/source/config/optionsdrawinglayer.cxx
+++ b/svtools/source/config/optionsdrawinglayer.cxx
@@ -710,7 +710,7 @@ bool SvtOptionsDrawinglayer_Impl::IsAAPossibleOnThisSystem() const
SvtOptionsDrawinglayer_Impl* pThat = const_cast< SvtOptionsDrawinglayer_Impl* >(this);
pThat->m_bAllowAAChecked = true;
-#ifdef WIN32
+#ifdef _WIN32
// WIN32 uses GDIPlus with VCL for the first incarnation; this will be enhanced
// in the future to use canvases and the canvas renderer, thus a AA-abled
// canvas needs to be checked here in the future.