Commit 9b2d05d2 authored by Jondy Zhao's avatar Jondy Zhao

Return 1 when ipwin failed

parent 59224dd0
......@@ -116,5 +116,5 @@ int _tmain(int argc, TCHAR * argv[])
}
CoUninitialize();
return hr;
return hr == S_OK ? 0 : 1;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment