shlwapi: Uncomment IUnknown_EnableModeless code.

This commit is contained in:
Jacek Caban 2007-12-05 02:06:53 +01:00 committed by Alexandre Julliard
parent 92223c19f9
commit 5f3dd23f10

View File

@ -46,6 +46,7 @@
#include "shlwapi.h" #include "shlwapi.h"
#include "shellapi.h" #include "shellapi.h"
#include "commdlg.h" #include "commdlg.h"
#include "mshtmhst.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "wine/debug.h" #include "wine/debug.h"
@ -3226,13 +3227,10 @@ HRESULT WINAPI IUnknown_EnableModeless(IUnknown *lpUnknown, BOOL bModeless)
EnableModeless(IOleInPlaceFrame); EnableModeless(IOleInPlaceFrame);
else if (IsIface(IShellBrowser)) else if (IsIface(IShellBrowser))
EnableModeless(IShellBrowser); EnableModeless(IShellBrowser);
#if 0
/* FIXME: Wine has no headers for these objects yet */
else if (IsIface(IInternetSecurityMgrSite)) else if (IsIface(IInternetSecurityMgrSite))
EnableModeless(IInternetSecurityMgrSite); EnableModeless(IInternetSecurityMgrSite);
else if (IsIface(IDocHostUIHandler)) else if (IsIface(IDocHostUIHandler))
EnableModeless(IDocHostUIHandler); EnableModeless(IDocHostUIHandler);
#endif
else else
return hRet; return hRet;