Kaydet (Commit) b60ccd4d authored tarafından Luboš Luňák's avatar Luboš Luňák Kaydeden (comit) Tor Lillqvist

fix build

Caused by 185e1be6,
fix is more or less d0d07cd2.

Change-Id: Ia7d228139126b3e60370b85c106bc970f4e68cce
Reviewed-on: https://gerrit.libreoffice.org/2154Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst 4ebcc5b7
...@@ -36,7 +36,15 @@ ...@@ -36,7 +36,15 @@
#undef WB_LEFT #undef WB_LEFT
#undef WB_RIGHT #undef WB_RIGHT
#include <winsock2.h> #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> #include <ws2bth.h>
#undef MSC
#define MSC
#endif #endif
#ifdef MACOSX #ifdef MACOSX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment