Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-07-17 07:49:12 -07:00
parent 6dce0c19e7
commit 2969536cc1
27 changed files with 235 additions and 56 deletions

View File

@@ -494,7 +494,7 @@ typedef ON__UINT32 wchar_t;
#pragma ON_PRAGMA_WARNING_AFTER_DIRTY_INCLUDE
#pragma ON_PRAGMA_WARNING_BEFORE_DIRTY_INCLUDE
#if defined(ON_RUNTIME_ANDROID) || defined(ON_RUNTIME_LINUX)
#if defined(ON_RUNTIME_ANDROID) || defined(ON_RUNTIME_LINUX) || defined(ON_RUNTIME_WASM)
#include "android_uuid/uuid.h"
#else
#include <uuid/uuid.h>