build,win: float VS 17.11 compilation patch
Fixes: https://github.com/nodejs/node/issues/54898 PR-URL: https://github.com/nodejs/node/pull/54970 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
29357cb0ef
commit
653b96527a
2
deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c
vendored
2
deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c
vendored
@ -33,7 +33,7 @@
|
||||
|
||||
#include "nghttp3_macro.h"
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__) && \
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1941 && !defined(__clang__) && \
|
||||
(defined(_M_ARM) || defined(_M_ARM64))
|
||||
unsigned int __popcnt(unsigned int x) {
|
||||
unsigned int c = 0;
|
||||
|
2
deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c
vendored
2
deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c
vendored
@ -31,7 +31,7 @@
|
||||
|
||||
#include "ngtcp2_macro.h"
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__) && \
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1941 && !defined(__clang__) && \
|
||||
(defined(_M_ARM) || defined(_M_ARM64))
|
||||
static unsigned int __popcnt(unsigned int x) {
|
||||
unsigned int c = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user