From 9b1c12ef3312e4f7355b2218aaf24773b7d541ff Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Mon, 3 May 2021 12:43:15 +0200 Subject: [HICN-703] correct minor cmake issues and memset in manifest_format_fixed.cc Signed-off-by: Angelo Mantellini Change-Id: I3ed763941fa58bdfc61b9462d3f3bd268d5a76ed --- libtransport/includes/hicn/transport/portability/win_portability.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtransport/includes/hicn') diff --git a/libtransport/includes/hicn/transport/portability/win_portability.h b/libtransport/includes/hicn/transport/portability/win_portability.h index bfbe431d1..246b734ad 100644 --- a/libtransport/includes/hicn/transport/portability/win_portability.h +++ b/libtransport/includes/hicn/transport/portability/win_portability.h @@ -17,7 +17,9 @@ #pragma once #define WIN32_LEAN_AND_MEAN +#ifndef NOMINMAX #define NOMINMAX +#endif #include #include #include -- cgit 1.2.3-korg