Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-06-17 02:22:39 -07:00
parent 6dce0c19e7
commit a14564cf09
27 changed files with 233 additions and 54 deletions

View File

@@ -12,7 +12,7 @@
////////////////////////////////////////////////////////////////
#include "opennurbs.h"
#if defined(ON_RUNTIME_LINUX)
#if defined(ON_RUNTIME_LINUX) || defined(ON_RUNTIME_WASM)
#include "android_uuid/uuid.h"
#endif
#if !defined(ON_COMPILING_OPENNURBS)
@@ -221,7 +221,7 @@ bool ON_CreateUuid( ON_UUID& new_uuid )
return true;
#else
#if defined(ON_RUNTIME_LINUX)
#if defined(ON_RUNTIME_LINUX) || defined(ON_RUNTIME_WASM)
uuid_generate((unsigned char*)&new_uuid);
return true;
#else