Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets
Remove obsolete mentions of Windows 9x, Windows CE and OS/2.
This commit is contained in:
@@ -296,8 +296,7 @@ static void EnsureParentHasControlParentStyle(wxWindow *parent)
|
||||
|
||||
// GetCursorPos can return an error, so use this function
|
||||
// instead.
|
||||
// Error originally observed with WinCE, but later using Remote Desktop
|
||||
// to connect to XP.
|
||||
// Error observed when using Remote Desktop to connect to XP.
|
||||
void wxGetCursorPosMSW(POINT* pt)
|
||||
{
|
||||
if (!GetCursorPos(pt))
|
||||
|
Reference in New Issue
Block a user