From 3a4a76fb42fcb8aa81c8f4202936574263b843bd Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Sat, 9 Aug 2014 15:41:20 +0000 Subject: Mingw work around --- src/include/gnunet_psyc_service.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index 25b405dad..a08d01336 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -88,7 +88,12 @@ extern "C" #include "gnunet_util_lib.h" #include "gnunet_env_lib.h" #include "gnunet_multicast_service.h" - +//Mingw work around +#ifdef MINGW + # ifndef UINT64_MAX + # define UINT64_MAX 0xffffffffffffffffULL + # endif +#endif /** * Version number of GNUnet-PSYC API. -- cgit v1.2.3