diff options
Diffstat (limited to 'desktop/win32/source/officeloader/officeloader.cxx')
-rw-r--r-- | desktop/win32/source/officeloader/officeloader.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index e782c90c94b0..99404488b753 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -117,8 +117,6 @@ BOOL WINAPI ConvertSidToStringSid( PSID pSid, LPTSTR* StringSid ) } - - static LPTSTR *GetCommandArgs( int *pArgc ) { #ifdef UNICODE @@ -130,7 +128,6 @@ static LPTSTR *GetCommandArgs( int *pArgc ) } - namespace { bool writeArgument(HANDLE pipe, char prefix, WCHAR const * argument) { |