Skip to content

Commit

Permalink
[Windows] fix #1250
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Jul 29, 2024
1 parent 53603be commit b8429b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ namespace s3d
return results;
}

if (not enumMoniker)
{
return results;
}

ComPtr<IMoniker> moniker;

for (uint32 index = 0; enumMoniker->Next(1, &moniker, nullptr) == S_OK; ++index)
Expand Down

0 comments on commit b8429b2

Please sign in to comment.