Fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,7 +121,7 @@ bool wxDragImage::Create(const wxBitmap& image, const wxCursor& cursor)
|
|||||||
m_hImageList = 0;
|
m_hImageList = 0;
|
||||||
|
|
||||||
#ifdef __WXWINCE__
|
#ifdef __WXWINCE__
|
||||||
UNIT flags = ILC_COLOR;
|
UINT flags = ILC_COLOR;
|
||||||
#else
|
#else
|
||||||
UINT flags wxDUMMY_INITIALIZE(0) ;
|
UINT flags wxDUMMY_INITIALIZE(0) ;
|
||||||
if (image.GetDepth() <= 4)
|
if (image.GetDepth() <= 4)
|
||||||
|
Reference in New Issue
Block a user