fix for DMC missing mouse defines - linking of minimal failed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4397,7 +4397,7 @@ bool wxWindowMSW::HandleMouseMove(int x, int y, WXUINT flags)
|
|||||||
{
|
{
|
||||||
// Generate an ENTER event
|
// Generate an ENTER event
|
||||||
m_mouseInWindow = TRUE;
|
m_mouseInWindow = TRUE;
|
||||||
|
#if _WIN32_WINNT >= 0x0400
|
||||||
#ifndef __WXWINCE__
|
#ifndef __WXWINCE__
|
||||||
TRACKMOUSEEVENT trackinfo;
|
TRACKMOUSEEVENT trackinfo;
|
||||||
|
|
||||||
@@ -4409,7 +4409,7 @@ bool wxWindowMSW::HandleMouseMove(int x, int y, WXUINT flags)
|
|||||||
// else we need _WIN32_WINNT >= 0x0400
|
// else we need _WIN32_WINNT >= 0x0400
|
||||||
_TrackMouseEvent(&trackinfo);
|
_TrackMouseEvent(&trackinfo);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
wxMouseEvent event(wxEVT_ENTER_WINDOW);
|
wxMouseEvent event(wxEVT_ENTER_WINDOW);
|
||||||
InitMouseEvent(event, x, y, flags);
|
InitMouseEvent(event, x, y, flags);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user