mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +01:00
Updated WICTextureLoader and ScreenGrab with Windows Phone 8 guards
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#if defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
|
||||
#error WIC is not supported on Windows Phone
|
||||
#endif
|
||||
|
||||
#include <d3d11.h>
|
||||
|
||||
#pragma warning(push)
|
||||
|
||||
Reference in New Issue
Block a user