use full 32bit range for the process ids
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -376,7 +376,8 @@ void MyFrame::OnKill(wxCommandEvent& WXUNUSED(event))
|
|||||||
_T("Enter PID:"),
|
_T("Enter PID:"),
|
||||||
_T("Exec question"),
|
_T("Exec question"),
|
||||||
m_pidLast,
|
m_pidLast,
|
||||||
1, INT_MAX,
|
// we need the full unsigned int range
|
||||||
|
-INT_MAX, INT_MAX,
|
||||||
this);
|
this);
|
||||||
if ( pid == -1 )
|
if ( pid == -1 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user