We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfffb9b commit 2182291Copy full SHA for 2182291
opennurbs/opennurbs_locale.patch
@@ -54,3 +54,14 @@
54
// Test formatted scanning
55
double a = ON_UNSET_VALUE;
56
// 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
63
++#elif defined(ON_RUNTIME_BSD)
64
++ locale_t
65
+ #else
66
+ ON__UINT_PTR
67
+ #endif
0 commit comments