summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index d942003ff2440..80ec0c79e0074 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -231,6 +231,9 @@ template<class T> class VclPtr;
#define AUTOSCROLL_VERT ((sal_uInt16)0x0001)
#define AUTOSCROLL_HORZ ((sal_uInt16)0x0002)
+#ifdef TRANSPARENT
+#undef TRANSPARENT
+#endif
// Flags for StateChanged()
enum class StateChangedType : sal_uInt16
{