mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
Fixes -Wundef warning introduced with BUILD_SHARED_LIBS (#582)
This commit is contained in:
parent
3e8137e481
commit
632fcdcb2d
@ -51,7 +51,7 @@ struct IWICMetadataQueryReader;
|
|||||||
|
|
||||||
#ifdef DIRECTX_TEX_EXPORT
|
#ifdef DIRECTX_TEX_EXPORT
|
||||||
#define DIRECTX_TEX_API __declspec(dllexport)
|
#define DIRECTX_TEX_API __declspec(dllexport)
|
||||||
#elif DIRECTX_TEX_IMPORT
|
#elif defined(DIRECTX_TEX_IMPORT)
|
||||||
#define DIRECTX_TEX_API __declspec(dllimport)
|
#define DIRECTX_TEX_API __declspec(dllimport)
|
||||||
#else
|
#else
|
||||||
#define DIRECTX_TEX_API
|
#define DIRECTX_TEX_API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user