Module: wine Branch: master Commit: 9b11494db7cdd45abaa5921c4bac2238915f8869 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b11494db7cdd45abaa5921c4b...
Author: Rob Shearman rob@codeweavers.com Date: Wed Feb 13 16:21:42 2008 +0000
mshtml: All interfaces in nsiface.idl are local.
Since there is no in or out, or other information necessary for remoting, all of the interfaces can only used locally, so declare them all as local.
---
dlls/mshtml/nsiface.idl | 293 +++++++++++++++++++++++++++++++---------------- 1 files changed, 194 insertions(+), 99 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9b11494db7cdd45abaa592...