mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
malloc.h should be guarded by _WIN32
This commit is contained in:
parent
a189a1952a
commit
5a7b9b51ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user