fusion: Remove unused to_multibyte function.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b077271cfb
commit
9b187da8b8
|
@ -339,11 +339,6 @@ static inline void to_widechar(LPWSTR dest, LPCSTR src)
|
|||
MultiByteToWideChar(CP_ACP, 0, src, -1, dest, MAX_PATH);
|
||||
}
|
||||
|
||||
static inline void to_multibyte(LPSTR dest, LPWSTR src)
|
||||
{
|
||||
WideCharToMultiByte(CP_ACP, 0, src, -1, dest, MAX_PATH, NULL, NULL);
|
||||
}
|
||||
|
||||
static void test_assembly_name_props_line(IAssemblyName *name,
|
||||
const ASMPROP_RES *vals, int line)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue