Don't use Windows handles directly in headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,8 +71,9 @@ protected:
|
||||
// we can have either an icon or a bitmap
|
||||
bool m_isIcon;
|
||||
wxGDIImage *m_image;
|
||||
|
||||
// handle used in last call to STM_SETIMAGE
|
||||
HGDIOBJ m_currentHandle;
|
||||
WXHANDLE m_currentHandle;
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
|
||||
|
Reference in New Issue
Block a user