Module: wine Branch: refs/heads/master Commit: 8aeb04934122dd0d4878a537ea0bf3da481515a1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8aeb04934122dd0d4878a537...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Feb 9 12:17:08 2006 +0100
mshtml: Added wrapper of nsIOService.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/mshtml_private.h | 1 dlls/mshtml/nsembed.c | 39 ------ dlls/mshtml/nsiface.idl | 7 + dlls/mshtml/nsio.c | 271 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 281 insertions(+), 38 deletions(-) create mode 100644 dlls/mshtml/nsio.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8aeb04934122dd0d4878...