From e5a6210a54c356c362a570afc7781897a95379a5 Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu Date: Wed, 18 Sep 2013 13:33:03 +0000 Subject: [PATCH] Undefining "interface" for W32. --- src/transport/plugin_transport_bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/transport/plugin_transport_bluetooth.c b/src/transport/plugin_transport_bluetooth.c index 74fcd36a7..a6b73c494 100644 --- a/src/transport/plugin_transport_bluetooth.c +++ b/src/transport/plugin_transport_bluetooth.c @@ -39,6 +39,10 @@ #include "gnunet_fragmentation_lib.h" #include "gnunet_constants.h" +#ifdef MINGW + #undef interface +#endif + #define LOG(kind,...) GNUNET_log_from (kind, "transport-bluetooth",__VA_ARGS__) #define PLUGIN_NAME "bluetooth" -- 2.25.1