| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5f766ad commit a4880b5
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,7 +121,12 @@ | |||
| 121 | 121 | }], # end of conditions of openssl_no_asm | |
| 122 | 122 | ['OS=="win"', { | |
| 123 | 123 | 'defines' : ['<@(openssl_defines_all_win)'], | |
| 124 | - 'includes': ['masm_compile.gypi',], | ||
| 124 | + 'msvs_settings': { | ||
| 125 | + 'MASM': { | ||
| 126 | + # Use /safeseh, see commit: 01fa5ee | ||
| 127 | + 'UseSafeExceptionHandlers': 'true', | ||
| 128 | + }, | ||
| 129 | + }, | ||
| 125 | 130 | }, { | |
| 126 | 131 | 'defines' : ['<@(openssl_defines_all_non_win)'] | |
| 127 | 132 | }] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments