mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
f321cd8ae6
Removes all Explorer Navigation Pane entries for a given ApplicationName, specified in NavRemove.ini in the working directory. Also compiles a DLL with the same behaviour that exports: - RemoveNavigationPaneEntries Both tool variants are Mutex-protected. Statically linked, optimized for binary size, no Qt dependencies. Signed-off-by: Michael Schuster <michael@schuster.ms>
9 lines
356 B
C
9 lines
356 B
C
#pragma once
|
|
|
|
#define MUTEX_NAME L"@MUTEX_NAME@"
|
|
#define TOOL_NAME L"NCNavRemove (@BITNESS@-bit)"
|
|
#define TOOL_DESCRIPTION L"Removes all Explorer Navigation Pane entries for a given ApplicationName."
|
|
|
|
#define INI_NAME L"NavRemove.ini"
|
|
#define CFG_KEY L"NavRemove"
|
|
#define CFG_VAR_APPNAME L"ApplicationName"
|