summaryrefslogtreecommitdiff
path: root/shell/source/tools/regsvrex/regsvrex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/tools/regsvrex/regsvrex.cxx')
-rw-r--r--shell/source/tools/regsvrex/regsvrex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/regsvrex/regsvrex.cxx b/shell/source/tools/regsvrex/regsvrex.cxx
index 7fe5a0d95c3b..c7fb87943a5d 100644
--- a/shell/source/tools/regsvrex/regsvrex.cxx
+++ b/shell/source/tools/regsvrex/regsvrex.cxx
@@ -24,7 +24,7 @@
typedef HRESULT (__stdcall *lpfnDllRegisterServer)();
typedef HRESULT (__stdcall *lpfnDllUnregisterServer)();
-bool IsUnregisterParameter(const wchar_t* Param)
+static bool IsUnregisterParameter(const wchar_t* Param)
{
return ((0 == _wcsicmp(Param, L"/u")) ||
(0 == _wcsicmp(Param, L"-u")));