Fix #114855: Crash Loading Win32 Quick Access #114866

Merged
Harley Acheson merged 2 commits from Harley/blender:QuickAccess into main 2023-11-14 21:16:30 +01:00

2 Commits

Author SHA1 Message Date
3b5e964ed0 Make Format change 2023-11-14 12:15:31 -08:00
9e7a8f0e14 Fix #114855: Crash Loading Win32 Quick Access
Replace use of macro FAILED with explicit checks for S_OK returns. Some
of these functions can return S_FALSE, which is a negative condition
that is not failure. It is not caught by the FAILED macro. Therefore
this function will fail in circumstances where the quick access folder
is not found or perhaps empty.
2023-11-14 11:59:15 -08:00