From 512a25658dd6b737a16b91fb7eba43deef004d87 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Oct 2020 04:05:48 +0300 Subject: add Sid class It's another newcomer straight from privilege-check. --- include/winapi/workarounds.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 include/winapi/workarounds.hpp (limited to 'include/winapi/workarounds.hpp') diff --git a/include/winapi/workarounds.hpp b/include/winapi/workarounds.hpp deleted file mode 100644 index a5a3607..0000000 --- a/include/winapi/workarounds.hpp +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2020 Egor Tensin -// This file is part of the "winapi-common" project. -// For details, see https://github.com/egor-tensin/winapi-common. -// Distributed under the MIT License. - -#pragma once - -#define WINAPI_UNUSED_PARAMETER(...) (void)(__VA_ARGS__) -- cgit v1.2.3