We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8137e commit 632fcdcCopy full SHA for 632fcdc
DirectXTex/DirectXTex.h
@@ -51,7 +51,7 @@ struct IWICMetadataQueryReader;
51
52
#ifdef DIRECTX_TEX_EXPORT
53
#define DIRECTX_TEX_API __declspec(dllexport)
54
-#elif DIRECTX_TEX_IMPORT
+#elif defined(DIRECTX_TEX_IMPORT)
55
#define DIRECTX_TEX_API __declspec(dllimport)
56
#else
57
#define DIRECTX_TEX_API
0 commit comments