diff options
| author | mikhnenko <[email protected]> | 2023-05-23 11:48:30 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2023-05-23 11:48:30 +0300 |
| commit | fc423f77fd18d6552bcbd9c304d2429df0e5d5ca (patch) | |
| tree | fa96724a2ecb6b9f05e016184d3d62dd5ef28256 /contrib/libs/cxxsupp/libcxx/include/stdint.h | |
| parent | a78d78343219fc5d684194b98658dfd66622075d (diff) | |
Resolve Y_UCRT_INCLUDE_NEXT and _LIBCPP_MSVC_INCLUDE to void
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/stdint.h')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stdint.h b/contrib/libs/cxxsupp/libcxx/include/stdint.h index 7f188576103..c9342a388e3 100644 --- a/contrib/libs/cxxsupp/libcxx/include/stdint.h +++ b/contrib/libs/cxxsupp/libcxx/include/stdint.h @@ -121,7 +121,7 @@ Macros: #endif #ifdef _LIBCPP_COMPILER_MSVC -#include _LIBCPP_MSVC_INCLUDE(stdint.h) +#include Y_MSVC_INCLUDE_NEXT(stdint.h) #else #include_next <stdint.h> #endif |
