From 8a476eceb8aeea162c8fe368a382a7fbfd7f5865 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 19 Jul 2004 11:43:00 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/dragimag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/dragimag.cpp b/src/msw/dragimag.cpp index 2941c5cc4b..6c39b446f0 100644 --- a/src/msw/dragimag.cpp +++ b/src/msw/dragimag.cpp @@ -121,7 +121,7 @@ bool wxDragImage::Create(const wxBitmap& image, const wxCursor& cursor) m_hImageList = 0; #ifdef __WXWINCE__ - UNIT flags = ILC_COLOR; + UINT flags = ILC_COLOR; #else UINT flags wxDUMMY_INITIALIZE(0) ; if (image.GetDepth() <= 4) -- 2.50.0