File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<PropertyGroup Label =" Globals" >
22
22
<ProjectGuid >{188B7270-046B-476D-A32D-34390DA1A885}</ProjectGuid >
23
23
<Keyword >Win32Proj</Keyword >
24
- <WindowsTargetPlatformVersion >10.0.17134 .0</WindowsTargetPlatformVersion >
24
+ <WindowsTargetPlatformVersion >10.0.17763 .0</WindowsTargetPlatformVersion >
25
25
</PropertyGroup >
26
26
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
27
<PropertyGroup Label =" Configuration" >
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ int main(int argc, char *argv[])
158
158
{
159
159
if (argc > 2 )
160
160
{
161
- if (strcmp (argv[1 ]," -a" ) == 0 ) // Attach to running process
161
+ if (strcmp (argv[1 ], " -a" ) == 0 ) // Attach to running process
162
162
{
163
163
// Is numerical PID
164
164
pid = strtoul (argv[2 ], nullptr , 0 );
You can’t perform that action at this time.
0 commit comments