Files
thefLink-Hunt-Weird-Syscalls/libs/krabs/krabs/compiler_check.hpp
T
2023-04-18 20:36:09 +02:00

9 lines
279 B
C++

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#if (_MSC_VER < 1900)
#error "krabsetw is only supported with Visual Studio 2015 and above (MSVC++ 14.0)"
#endif