We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb146b commit fd4f9edCopy full SHA for fd4f9ed
1 file changed
src/native/libs/System.Globalization.Native/pal_icushim.c
@@ -29,7 +29,7 @@ FOR_ALL_ICU_FUNCTIONS
29
#define SYMBOL_NAME_SIZE (128 + SYMBOL_CUSTOM_SUFFIX_SIZE)
30
#define MaxICUVersionStringWithSuffixLength (MaxICUVersionStringLength + SYMBOL_CUSTOM_SUFFIX_SIZE)
31
32
-#if defined(TARGET_WINDOWS) || defined(TARGET_OSX) || defined(TARGET_ANDROID)
+#if defined(TARGET_WINDOWS) || defined(TARGET_OSX) || defined(TARGET_ANDROID) || defined(TARGET_OPENBSD)
33
34
#define MaxICUVersionStringLength 33
35
0 commit comments