mirror of
https://github.com/thefLink/Hunt-Weird-Syscalls
synced 2026-06-24 08:41:12 +00:00
9 lines
279 B
C++
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
|