Including gnunet_common.h is too bothersome, these programs are designed
to be relatively standalone.
* @brief W32 integration for GNS
* @author LRN
*/
+/* Instead of including gnunet_common.h */
+#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0)
+
#include <ws2tcpip.h>
#include <windows.h>
#include <nspapi.h>
* - Nathan Evans
*/
#define _GNU_SOURCE
+/* Instead of including gnunet_common.h */
+#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0)
#define FD_SETSIZE 1024
#include <winsock2.h>
* - Christian Grothoff
*/
#define _GNU_SOURCE
+/* Instead of including gnunet_common.h */
+#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0)
#define FD_SETSIZE 1024
#include <winsock2.h>