Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / samples / common / os / windows / w_dirent.h
index 40bcf9e..e9111d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -6,6 +6,10 @@
 
 #if defined(_WIN32)
 
+#ifndef NOMINMAX
+# define NOMINMAX
+#endif
+
 #include <winsock2.h>
 #include <windows.h>
 #include <stdlib.h>