summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-09 20:22:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-09 22:32:52 +0200
commit7f1f1dbfdade10824ef5a2233306bffb5198acc0 (patch)
treebeda23e041c5d5b59eee5dfe6ca047eb7bc0b929 /basic
parent261b1ad80aae0dd9aba50190a4cf99011cc18fb9 (diff)
prewin.h handles WB_LEFT and WB_RIGHT already
Change-Id: I73bbd6ae7343257e63210cb4b5cdfd4e9f612122
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxdec.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index 5cabb534a742..1e6c91bfddfc 100644
--- a/basic/source/sbx/sbxdec.hxx
+++ b/basic/source/sbx/sbxdec.hxx
@@ -21,11 +21,7 @@
#ifndef INCLUDED_BASIC_SOURCE_SBX_SBXDEC_HXX
#define INCLUDED_BASIC_SOURCE_SBX_SBXDEC_HXX
-#ifdef WIN32
-
-#undef WB_LEFT
-#undef WB_RIGHT
-
+#ifdef WNT
#include <prewin.h>
#include <postwin.h>
@@ -36,6 +32,7 @@
#endif
#endif
+
#include <basic/sbx.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>