gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29380 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r29380 - gnunet/src/transport
Date: Wed, 18 Sep 2013 15:33:03 +0200

Author: claudiu
Date: 2013-09-18 15:33:03 +0200 (Wed, 18 Sep 2013)
New Revision: 29380

Modified:
   gnunet/src/transport/plugin_transport_bluetooth.c
Log:
Undefining "interface" for W32.

Modified: gnunet/src/transport/plugin_transport_bluetooth.c
===================================================================
--- gnunet/src/transport/plugin_transport_bluetooth.c   2013-09-18 13:27:45 UTC 
(rev 29379)
+++ gnunet/src/transport/plugin_transport_bluetooth.c   2013-09-18 13:33:03 UTC 
(rev 29380)
@@ -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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]