Kaydet (Commit) e7f7053b authored tarafından Luboš Luňák's avatar Luboš Luňák

remove no longer needed hack

üst f7ad8786
......@@ -33,15 +33,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 __MINGW32__
......
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