| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 661e5d077f744797b8c438c1ebe70b0ca421e639..b4b98902633fb83972c004697846ed1154a96a10 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -66,6 +66,8 @@
|
| '_CRT_SECURE_NO_WARNINGS',
|
| 'GR_GL_FUNCTION_TYPE=__stdcall',
|
| '_HAS_EXCEPTIONS=0',
|
| + 'WIN32_LEAN_AND_MEAN',
|
| + 'NOMINMAX',
|
| ],
|
| 'msvs_disabled_warnings': [
|
| 4275, # An exported class was derived from a class that was not exported
|
|
|