mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
malloc.h should be guarded by _WIN32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user