Kaydet (Commit) 3c665f5d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:constparams: setup_native (clang-cl)

Change-Id: I36331a6caf560c7622f72c2fafa968522f44f5e9
üst f27e98f9
......@@ -58,7 +58,7 @@ BOOL UnicodeEquals( wchar_t const * pStr1, wchar_t const * pStr2 )
}
char* UnicodeToAnsiString( wchar_t* pUniString )
char* UnicodeToAnsiString( wchar_t const * pUniString )
{
int len = WideCharToMultiByte(
CP_ACP, 0, pUniString, -1, nullptr, 0, nullptr, nullptr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment