mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-12 21:20:13 +02:00
Fixed -Wmacro-redefined warning
This commit is contained in:
parent
94420a9e74
commit
c0cb83f943
@ -68,9 +68,12 @@
|
|||||||
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable : 4005)
|
#pragma warning(disable : 4005)
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#define NODRAWTEXT
|
#define NODRAWTEXT
|
||||||
#define NOGDI
|
#define NOGDI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user