mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix bug 3782 take #2
- Apply the fix to right source file and not to code which isnt build anymore svn path=/trunk/; revision=36904
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -596,10 +596,14 @@ ISF_ControlPanel_fnGetUIObjectOf(IShellFolder2 * iface,
|
||||
*ppvOut = NULL;
|
||||
|
||||
if (IsEqualIID(riid, &IID_IContextMenu) &&(cidl >= 1)) {
|
||||
// TODO
|
||||
// create a seperate item struct
|
||||
//
|
||||
pObj = (IUnknown*)(&This->lpVtblContextMenu);
|
||||
This->apidl = apidl;
|
||||
This->cidl = cidl;
|
||||
IUnknown_AddRef(pObj);
|
||||
hr = S_OK;
|
||||
} else if (IsEqualIID(riid, &IID_IDataObject) &&(cidl >= 1)) {
|
||||
pObj = (LPUNKNOWN) IDataObject_Constructor(hwndOwner, This->pidlRoot, apidl, cidl);
|
||||
hr = S_OK;
|
||||
|
||||
Reference in New Issue
Block a user