Module: wine Branch: master Commit: c4a9a296ba1e96af3cfc14e3da7c8612c7461b98 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c4a9a296ba1e96af3cfc14e3d...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Nov 26 11:07:57 2020 +0300
oleaut32: Use wide-char string literals.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/oleaut32/oleaut.c | 41 ++++++----------- dlls/oleaut32/olefont.c | 50 +++++++-------------- dlls/oleaut32/olepicture.c | 6 +-- dlls/oleaut32/olepropframe.c | 4 +- dlls/oleaut32/typelib.c | 105 +++++++++++++++---------------------------- dlls/oleaut32/vartype.c | 17 +++---- 6 files changed, 73 insertions(+), 150 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c4a9a296ba1e96af3cfc1...