gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34131 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r34131 - gnunet/src/include
Date: Sat, 9 Aug 2014 17:41:20 +0200

Author: bratao
Date: 2014-08-09 17:41:20 +0200 (Sat, 09 Aug 2014)
New Revision: 34131

Modified:
   gnunet/src/include/gnunet_psyc_service.h
Log:
Mingw work around

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2014-08-09 13:34:36 UTC (rev 
34130)
+++ gnunet/src/include/gnunet_psyc_service.h    2014-08-09 15:41:20 UTC (rev 
34131)
@@ -88,8 +88,13 @@
 #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.
  */




reply via email to

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