diff options
Diffstat (limited to 'include/pdb/workarounds.hpp')
-rw-r--r-- | include/pdb/workarounds.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/pdb/workarounds.hpp b/include/pdb/workarounds.hpp deleted file mode 100644 index 4087990..0000000 --- a/include/pdb/workarounds.hpp +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2020 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "winapi-debug" project. -// For details, see https://github.com/egor-tensin/winapi-debug. -// Distributed under the MIT License. - -#pragma once - -#define PDB_UNUSED_PARAMETER(...) (void)(__VA_ARGS__) |