Browse Source

merge

pull/374/head
Vladislav Vaintroub 16 years ago
parent
commit
2b2ef99ebf
  1. 8
      mysys/my_gethwaddr.c

8
mysys/my_gethwaddr.c

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

Loading…
Cancel
Save