mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Changed SparseSet to work with Range objects. Fixed array sorting bug.
This commit is contained in:
parent
21006fbd0a
commit
9c5651fb8e
14 changed files with 251 additions and 310 deletions
|
|
@ -502,7 +502,7 @@ const File File::getLinkedTarget() const
|
|||
return result;
|
||||
|
||||
ComSmartPtr <IShellLink> shellLink;
|
||||
if (SUCCEEDED (shellLink.CoCreateInstance (CLSID_ShellLink, CLSCTX_INPROC_SERVER)))
|
||||
if (SUCCEEDED (shellLink.CoCreateInstance (CLSID_ShellLink)))
|
||||
{
|
||||
ComSmartPtr <IPersistFile> persistFile;
|
||||
if (SUCCEEDED (shellLink->QueryInterface (IID_IPersistFile, (LPVOID*) &persistFile)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue