]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Jul 2004 11:43:00 +0000 (11:43 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Jul 2004 11:43:00 +0000 (11:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dragimag.cpp

index 2941c5cc4bf47bf1971300543e528e5c1ea8ef18..6c39b446f05aa19d340cb3607b16c089771f392c 100644 (file)
@@ -121,7 +121,7 @@ bool wxDragImage::Create(const wxBitmap& image, const wxCursor& cursor)
     m_hImageList = 0;
 
 #ifdef __WXWINCE__
     m_hImageList = 0;
 
 #ifdef __WXWINCE__
-    UNIT flags = ILC_COLOR;
+    UINT flags = ILC_COLOR;
 #else
     UINT flags wxDUMMY_INITIALIZE(0) ;
     if (image.GetDepth() <= 4)
 #else
     UINT flags wxDUMMY_INITIALIZE(0) ;
     if (image.GetDepth() <= 4)