Module: wine Branch: refs/heads/master Commit: 3fab5312d8e57901509f1568ba15622a979cb660 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3fab5312d8e57901509f1568...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Dec 9 11:51:02 2005 +0100
mshtml: Added PromptService implementation.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/mshtml_private.h | 2 dlls/mshtml/nsembed.c | 11 ++ dlls/mshtml/nsiface.idl | 66 ++++++++++ dlls/mshtml/nsservice.c | 276 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 356 insertions(+), 0 deletions(-) create mode 100644 dlls/mshtml/nsservice.c