Module: wine Branch: master Commit: 5f3dd23f1065bda119e2a360514fccf6bb4104d4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f3dd23f1065bda119e2a36051...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Dec 5 02:06:53 2007 +0100
shlwapi: Uncomment IUnknown_EnableModeless code.
---
dlls/shlwapi/ordinal.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index 8dc0ffa..c4b45c0 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -46,6 +46,7 @@ #include "shlwapi.h" #include "shellapi.h" #include "commdlg.h" +#include "mshtmhst.h" #include "wine/unicode.h" #include "wine/debug.h"
@@ -3226,13 +3227,10 @@ HRESULT WINAPI IUnknown_EnableModeless(IUnknown *lpUnknown, BOOL bModeless) EnableModeless(IOleInPlaceFrame); else if (IsIface(IShellBrowser)) EnableModeless(IShellBrowser); -#if 0 - /* FIXME: Wine has no headers for these objects yet */ else if (IsIface(IInternetSecurityMgrSite)) EnableModeless(IInternetSecurityMgrSite); else if (IsIface(IDocHostUIHandler)) EnableModeless(IDocHostUIHandler); -#endif else return hRet;