| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d8aeafb commit fc03224
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1081,8 +1081,10 @@ | |||
| 1081 | 1081 | '<(V8_ROOT)/src/base/platform/platform-win32.cc', | |
| 1082 | 1082 | '<(V8_ROOT)/src/base/win32-headers.h', | |
| 1083 | 1083 | ], | |
| 1084 | - | ||
| 1085 | - 'defines': ['_CRT_RAND_S'], # for rand_s() | ||
| 1084 | + 'conditions': [['target_arch == "arm64"', { | ||
| 1085 | + 'defines': ['_WIN32_WINNT=0x0602'], # For GetCurrentThreadStackLimits on Windows on Arm | ||
| 1086 | + }]], | ||
| 1087 | + 'defines': ['_CRT_RAND_S'], # for rand_s() | ||
| 1086 | 1088 | 'direct_dependent_settings': { | |
| 1087 | 1089 | 'msvs_settings': { | |
| 1088 | 1090 | 'VCLinkerTool': { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments