Commit 2b2ef99e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

merge

parents 7ddb103b 12cea944
......@@ -102,6 +102,14 @@ err:
}
#elif defined(__WIN__)
/* Workaround for BUG#32082 (Definition of VOID in my_global.h conflicts with
windows headers) */
#ifdef VOID
#undef VOID
#define VOID void
#endif
#include <iphlpapi.h>
/*
......
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