// Copyright (c) 2016 Egor Tensin // This file is part of the "Privilege check" project. // For details, see https://github.com/egor-tensin/privilege-check. // Distributed under the MIT License. #pragma once #include #include namespace resource { HMODULE load_exe_module(); std::wstring load_string(unsigned int id); }