_config.h 125 B

1234567
  1. #pragma once
  2. #if __has_include(<unicode/std_string.h>)
  3. #define JVALIDATE_HAS_ICU 1
  4. #else
  5. #define JVALIDATE_HAS_ICU 0
  6. #endif