Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 8b0910f9fd24f306f58148a582674e82efad72bd..261a1ac4defb6b96f74ab3384b152516b55e6e67 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -103,8 +103,8 @@ if (current_cpu == "x64") { |
# 5.02 = Windows Server 2003. |
subsystem_version_suffix = ",5.02" |
} else { |
- # Don't specify a min version on x86. |
- subsystem_version_suffix = "" |
+ # 5.01 = Windows XP. |
+ subsystem_version_suffix = ",5.01" |
} |
config("console") { |