mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:02:57 +00:00
[RSHELL]
* Use the IAugmentedShellFolder methods instead of the old constructor. [SHELL32] * Fix gcc compilation. svn path=/branches/shell-experiments/; revision=63708
This commit is contained in:
parent
791ee3e755
commit
eb28ee17c8
5 changed files with 96 additions and 43 deletions
|
@ -65,6 +65,8 @@ private:
|
|||
CComPtr<IShellFolder> m_AllUSers;
|
||||
CComPtr<CEnumMergedFolder> m_EnumSource;
|
||||
|
||||
LPITEMIDLIST m_UserLocalPidl;
|
||||
LPITEMIDLIST m_AllUsersPidl;
|
||||
LPITEMIDLIST m_shellPidl;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue