mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
malloc.h should be guarded by _WIN32
This commit is contained in:
parent
a189a1952a
commit
5a7b9b51ed
@ -153,9 +153,9 @@
|
|||||||
|
|
||||||
#include "DirectXTex.h"
|
#include "DirectXTex.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#if defined(NTDDI_WIN10_FE) || defined(__MINGW32__)
|
#if defined(NTDDI_WIN10_FE) || defined(__MINGW32__)
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user