diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-15 14:32:27 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-15 14:32:27 +0100 |
commit | a04ab936088896789f5cf00583cd9767b5646f35 (patch) | |
tree | c10041784a3b61917670aa9afa92783e0944a697 /sd | |
parent | 61c72ef4bebebdfa505176e7d5db82920ad3822e (diff) |
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.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 8 |
1 files changed, 0 insertions, 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 <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 MACOSX |