mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5489 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -106,7 +106,7 @@ static HBITMAP LoadImageFromResources(
|
||||
|
||||
// Get the Frame count.
|
||||
if (FAILED(IWICBitmapDecoder_GetFrameCount(wicDecoder, &frameCount)) || frameCount < 1)
|
||||
__leave;
|
||||
__leave;
|
||||
|
||||
// Get the Frame.
|
||||
if (FAILED(IWICBitmapDecoder_GetFrame(wicDecoder, 0, &wicFrame)))
|
||||
|
||||
Reference in New Issue
Block a user