Skip to content

Commit d18e862

Browse files
committed
Update Windows SDK version
1 parent 42994b7 commit d18e862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blink.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{188B7270-046B-476D-A32D-34390DA1A885}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
24-
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
24+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
2525
</PropertyGroup>
2626
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2727
<PropertyGroup Label="Configuration">

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ int main(int argc, char *argv[])
158158
{
159159
if (argc > 2)
160160
{
161-
if (strcmp(argv[1],"-a") == 0) // Attach to running process
161+
if (strcmp(argv[1], "-a") == 0) // Attach to running process
162162
{
163163
// Is numerical PID
164164
pid = strtoul(argv[2], nullptr, 0);

0 commit comments

Comments
 (0)