diff --git a/ci/vcpkg/ports.patch b/ci/vcpkg/ports.patch index d7f34843d2054..39b51874b1c0e 100644 --- a/ci/vcpkg/ports.patch +++ b/ci/vcpkg/ports.patch @@ -62,7 +62,7 @@ index 000000000..e839c93a4 + return v & ~(mask << (8 * n)); +-#endif + } -+ ++ + static inline bool LeftShiftOverflows(uint8_t value, uint32_t shift) { diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake index 1501782..71d2147 100644