Add comment to subsystem linker option

This commit is contained in:
Kevin Sawicki 2017-04-11 14:35:09 -07:00 committed by Birunthan Mohanathas
parent fe8726d775
commit 1a75bf8fb9

View file

@ -129,6 +129,8 @@
}, },
'VCLinkerTool': { 'VCLinkerTool': {
'AdditionalOptions': [ 'AdditionalOptions': [
# Chrome builds with this minimum environment which changes the
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
"/SUBSYSTEM:WINDOWS,5.02" "/SUBSYSTEM:WINDOWS,5.02"
], ],
}, },