From: Nils Durner Date: Thu, 7 Apr 2011 21:14:52 +0000 (+0000) Subject: MinGW X-Git-Tag: initial-import-from-subversion-38251~18738 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3a9e2740e43c7c4d2432685b8aff243db7c4098;p=oweals%2Fgnunet.git MinGW --- diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 8fa95c50e..ec525e2fa 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -25,7 +25,7 @@ gnunet_daemon_hostlist_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBMHD) \ - @LIBCURL@ \ + @LIBCURL@ -lcurl \ $(GN_LIBINTL) gnunet_daemon_hostlist_CPPFLAGS = \ diff --git a/src/include/gauger.h b/src/include/gauger.h index eb2f6d109..b45b2b83f 100644 --- a/src/include/gauger.h +++ b/src/include/gauger.h @@ -11,6 +11,8 @@ #ifndef __GAUGER_H__ #define __GAUGER_H__ +#ifndef WINDOWS + #include #include #include @@ -75,4 +77,11 @@ }\ } +#else + +#define GAUGER_ID(category, counter, value, unit, id) {} +#define GAUGER(category, counter, value, unit) {} + +#endif // WINDOWS + #endif