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