This commit is contained in:
Vladislav Vaintroub 2009-09-23 22:19:11 +02:00
commit 2b2ef99ebf

View file

@ -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>
/*