Module: wine Branch: master Commit: 9b187da8b88e4cb930c08e1fb0b5741c9e8a171e URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b187da8b88e4cb930c08e1fb0...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sun Nov 5 10:48:22 2017 +0100
fusion: Remove unused to_multibyte function.
Signed-off-by: Gerald Pfeifer gerald@pfeifer.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/fusion/tests/asmname.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/dlls/fusion/tests/asmname.c b/dlls/fusion/tests/asmname.c index 01ebd0a..b93f289 100644 --- a/dlls/fusion/tests/asmname.c +++ b/dlls/fusion/tests/asmname.c @@ -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) {