wxWinCE build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3042,7 +3042,7 @@ WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM l
|
|||||||
wxEVT_HELP,
|
wxEVT_HELP,
|
||||||
GetId(),
|
GetId(),
|
||||||
#ifdef __WXWINCE__
|
#ifdef __WXWINCE__
|
||||||
wxGetMousePosition(), // what else?
|
wxGetMousePosition() // what else?
|
||||||
#else
|
#else
|
||||||
wxPoint(info->MousePos.x, info->MousePos.y)
|
wxPoint(info->MousePos.x, info->MousePos.y)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user