mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
Fix the return value of CImage::Detach. CORE-19008
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
HBITMAP Detach() noexcept
|
||||
{
|
||||
m_hOldBitmap = m_hBitmap = NULL;
|
||||
m_hOldBitmap = NULL;
|
||||
m_nWidth = m_nHeight = m_nPitch = m_nBPP = 0;
|
||||
m_pBits = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user