Loading...
Searching...
No Matches
Go to the documentation of this file.
19# pragma region disable warnings
21# pragma warning(disable : 4505)
22# pragma warning(disable : 4503)
23# pragma warning(disable : 4482)
29# error WRL requires compiler version 16.00 or greater
34# error WRL requires C++ compilation (use a .cpp suffix)
39# error WRL cannot be compiled with /clr option enabled
43# if NTDDI_VERSION < NTDDI_VISTA
44# error WRL requires NTDDI_VERSION to be #defined at least to NTDDI_VISTA or greater
49# error WRL doesn't support IA64 architecture
52# if ((!defined(_PREFAST_) || (_MSC_FULL_VER >= 160021202)))