diff options
Diffstat (limited to 'avstream/avscamera/mft0/stdafx.h')
| -rw-r--r-- | avstream/avscamera/mft0/stdafx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/avstream/avscamera/mft0/stdafx.h b/avstream/avscamera/mft0/stdafx.h index ef768c0b..037376ec 100644 --- a/avstream/avscamera/mft0/stdafx.h +++ b/avstream/avscamera/mft0/stdafx.h @@ -16,9 +16,11 @@ #endif #include "targetver.h" +#if (NTDDI_VERSION <= NTDDI_WIN7) +#pragma message("MFT0 is in not supported in this target Windows version - Change project settings to target a newer version of Windows") +#endif #include <wrl.h> - #include <initguid.h> #include <mfapi.h> #include <mfidl.h> |
