| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index f9af9b6d11c9c05f1fbfdd96b324b00e855a30a8..8dad191cd22ac8b610746893f2594d68da2164e9 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -439,7 +439,7 @@ class MsvsSettings(object):
|
| cl('WarningLevel', prefix='/W')
|
| cl('WarnAsError', map={'true': '/WX'})
|
| cl('CallingConvention',
|
| - map={'0': 'd', '1': 'r', '2': 'z'}, prefix='/G')
|
| + map={'0': 'd', '1': 'r', '2': 'z', '3': 'v'}, prefix='/G')
|
| cl('DebugInformationFormat',
|
| map={'1': '7', '3': 'i', '4': 'I'}, prefix='/Z')
|
| cl('RuntimeTypeInfo', map={'true': '/GR', 'false': '/GR-'})
|
|
|