This commit is contained in:
@@ -159,8 +159,8 @@ auto get_startup_folder() -> std::wstring {
|
||||
auto create_shortcut(const std::wstring &exe_path,
|
||||
const std::wstring &arguments,
|
||||
const std::wstring &working_directory,
|
||||
const std::wstring &shortcut_name, std::wstring location)
|
||||
-> bool {
|
||||
const std::wstring &shortcut_name,
|
||||
const std::wstring &location) -> bool {
|
||||
REPERTORY_USES_FUNCTION_NAME();
|
||||
|
||||
const auto hr_hex = [](HRESULT hr) -> std::string {
|
||||
|
Reference in New Issue
Block a user