Add various fixes for Web

This commit is contained in:
Wojtek Figat
2026-02-16 11:59:44 +01:00
parent 3d206e06d0
commit 4ccf969f7a
8 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// Copyright (c) Wojciech Figat. All rights reserved.
#if PLATFORM_UNIX
#if PLATFORM_UNIX && !PLATFORM_WEB
#include "UnixThread.h"
#include "Engine/Core/Log.h"

View File

@@ -2,7 +2,7 @@
#pragma once
#if PLATFORM_UNIX
#if PLATFORM_UNIX && !PLATFORM_WEB
#include "Engine/Platform/Base/ThreadBase.h"
#include <pthread.h>