From 9e7b61538ee03797e5136984d1eeb8d3481b27b2 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 6 May 2021 11:16:24 -0700 Subject: [PATCH] Remove exposing windows.h header from our public headers within storage. (#2201) * Remove exposing windows.h header from our public headers within storage. * Revert "Remove exposing windows.h header from our public headers within storage." This reverts commit 537d7dd64f65fd5d4b079e793334e840d9b40e70. * Actually remove exposing windows.h header from the public header in storage. --- .../inc/azure/storage/common/file_io.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp index bf18c3e46..0ffad8969 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/file_io.hpp @@ -5,16 +5,6 @@ #include -#if defined(AZ_PLATFORM_WINDOWS) -#if !defined(WIN32_LEAN_AND_MEAN) -#define WIN32_LEAN_AND_MEAN -#endif -#if !defined(NOMINMAX) -#define NOMINMAX -#endif -#include -#endif - #include #include