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 b60ccd4d4d
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user