From 4ffff6a8a2f964919ad86d0f2a85e4761323f8b7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 7 Nov 2025 20:36:41 +0800 Subject: Remove CRU_PLATFORM_* macros. --- include/cru/base/platform/web/WebException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/base/platform/web/WebException.h') diff --git a/include/cru/base/platform/web/WebException.h b/include/cru/base/platform/web/WebException.h index ba90bec7..adee5bcf 100644 --- a/include/cru/base/platform/web/WebException.h +++ b/include/cru/base/platform/web/WebException.h @@ -1,6 +1,6 @@ #pragma once -#ifdef CRU_PLATFORM_EMSCRIPTEN +#ifdef __EMSCRIPTEN__ #include "../../Base.h" -- cgit v1.2.3