1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 15:19:56 +00:00

malloc.h should be guarded by _WIN32

This commit is contained in:
Chuck Walbourn 2022-09-28 09:31:20 -07:00
parent a189a1952a
commit 5a7b9b51ed

View File

@ -153,9 +153,9 @@
#include "DirectXTex.h"
#ifdef _WIN32
#include <malloc.h>
#ifdef _WIN32
#if defined(NTDDI_WIN10_FE) || defined(__MINGW32__)
#include <ole2.h>
#else