summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-27 16:14:27 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-27 16:14:27 +0100
commite7f7053b227cf109c3cf733d0c698e51aed159a3 (patch)
treecc45c3c0513a4ddd2daa5bb7f561faad19958e07 /sd
parentf7ad8786736c4682c2ee45c33665c8364bab6547 (diff)
remove no longer needed hack
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 16b1b1556087..beca8ebc001e 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -33,15 +33,7 @@
#undef WB_LEFT
#undef WB_RIGHT
#include <winsock2.h>
- // HACK: ws2bth.h defines a struct with a field named MSC, which is
- // a #define set by gbuild. Plain #undef MSC here fails with MSVC
- // used together with ccache (bug, presumably), so #define it to some
- // other usable value.
- #undef MSC
- #define MSC mscfield
#include <ws2bth.h>
- #undef MSC
- #define MSC
#endif
#ifdef __MINGW32__