mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Oops. That was a debug change. Wasn't meant to make it into the commit.
svn path=/trunk/; revision=68784
This commit is contained in:
parent
89da5820cd
commit
7620e2badc
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ public:
|
|||
(entry->objectType == KEY_OBJECT);
|
||||
}
|
||||
|
||||
virtual HRESULT GetInfoFromPidl(LPCITEMIDLIST pcidl, const NtPidlEntry ** pentry)
|
||||
HRESULT GetInfoFromPidl(LPCITEMIDLIST pcidl, const NtPidlEntry ** pentry)
|
||||
{
|
||||
NtPidlEntry * entry = (NtPidlEntry*) &(pcidl->mkid);
|
||||
|
||||
|
|
Loading…
Reference in a new issue