From a04ab936088896789f5cf00583cd9767b5646f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 15 Feb 2013 14:32:27 +0100 Subject: [PATCH] Revert "fix build", not needed in master I meant to do this for 4-0, not for master, as the commits mentioned in the message show, this is not needed in master. This reverts commit b60ccd4d4ddf4076085890938bcc08aca2737e15. --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 7fa75ff027f4..e877cca22756 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -36,15 +36,7 @@ #undef WB_LEFT #undef WB_RIGHT #include - // 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 - #undef MSC - #define MSC #endif #ifdef MACOSX