Skip to content

Commit 2182291

Browse files
committed
Reapply "Looks like BSD uses locale_t as well"
Whoops, this should be independent of the zlib changes This reverts commit 91aaf2a.
1 parent dfffb9b commit 2182291

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

opennurbs/opennurbs_locale.patch

+11
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@
5454
// Test formatted scanning
5555
double a = ON_UNSET_VALUE;
5656
// Testing C-runtime - do not using ON_String::Scan
57+
--- opennurbs/opennurbs_locale.h 2024-10-09 16:55:58.208881912 -0400
58+
+++ OPENNURBS_BLD/opennurbs_locale.h 2024-10-09 16:58:29.524197114 -0400
59+
@@ -21,6 +21,8 @@
60+
locale_t
61+
#elif defined(ON_RUNTIME_ANDROID)
62+
locale_t
63+
+#elif defined(ON_RUNTIME_BSD)
64+
+ locale_t
65+
#else
66+
ON__UINT_PTR
67+
#endif

0 commit comments

Comments
 (0)