Module: wine Branch: master Commit: 16a5a5c91b1142adbfbb7b274eacc338a399c4ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=16a5a5c91b1142adbfbb7b274e...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Apr 13 12:20:25 2012 +0200
mshtml: Use return_nsstr helper in more functions.
---
dlls/mshtml/htmlframebase.c | 34 +++++++--------------------------- dlls/mshtml/htmlimg.c | 30 +++++------------------------- dlls/mshtml/htmlinput.c | 28 ++-------------------------- dlls/mshtml/htmlnode.c | 26 +++++--------------------- dlls/mshtml/htmloption.c | 24 ++---------------------- dlls/mshtml/htmlscript.c | 10 +--------- dlls/mshtml/htmlselect.c | 28 ++-------------------------- dlls/mshtml/htmltextarea.c | 28 ++-------------------------- dlls/mshtml/htmlwindow.c | 20 +------------------- 9 files changed, 27 insertions(+), 201 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=16a5a5c91b1142adbfbb7b...