Module: wine Branch: master Commit: 137acffdf41945bea86726165081621023c6186f URL: https://source.winehq.org/git/wine.git/?a=commit;h=137acffdf41945bea86726165...
Author: Michael Stefaniuc mstefani@winehq.org Date: Thu Nov 26 22:20:04 2020 +0100
ole32: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/classmoniker.c | 2 +- dlls/ole32/clipboard.c | 6 ++--- dlls/ole32/comcat.c | 8 +++---- dlls/ole32/compobj.c | 37 +++++++++++-------------------- dlls/ole32/datacache.c | 6 ++--- dlls/ole32/defaulthandler.c | 3 +-- dlls/ole32/itemmoniker.c | 3 +-- dlls/ole32/moniker.c | 6 ++--- dlls/ole32/ole2.c | 53 +++++++++++++-------------------------------- dlls/ole32/stg_prop.c | 6 ++--- dlls/ole32/storage32.c | 51 +++++++++++++++---------------------------- 11 files changed, 60 insertions(+), 121 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=137acffdf41945bea8672...