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