| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d4d5ba3 commit 30d4722
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | 34 | #include "nghttp3_macro.h" | |
| 35 | 35 | ||
| 36 | - #if defined(_MSC_VER) && !defined(__clang__) && \ | ||
| 36 | + #if defined(_MSC_VER) && _MSC_VER < 1941 && !defined(__clang__) && \ | ||
| 37 | 37 | (defined(_M_ARM) || defined(_M_ARM64)) | |
| 38 | 38 | unsigned int __popcnt(unsigned int x) { | |
| 39 | 39 | unsigned int c = 0; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | 32 | #include "ngtcp2_macro.h" | |
| 33 | 33 | ||
| 34 | - #if defined(_MSC_VER) && !defined(__clang__) && \ | ||
| 34 | + #if defined(_MSC_VER) && _MSC_VER < 1941 && !defined(__clang__) && \ | ||
| 35 | 35 | (defined(_M_ARM) || defined(_M_ARM64)) | |
| 36 | 36 | static unsigned int __popcnt(unsigned int x) { | |
| 37 | 37 | unsigned int c = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments