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.
This commit is contained in:
parent
2901dbcab9
commit
9e7b61538e
@ -5,16 +5,6 @@
|
||||
|
||||
#include <azure/core/platform.hpp>
|
||||
|
||||
#if defined(AZ_PLATFORM_WINDOWS)
|
||||
#if !defined(WIN32_LEAN_AND_MEAN)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#if !defined(NOMINMAX)
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user