From d37f1a7381825d414e4b71c487eea509325f24c3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 May 2025 18:12:17 +0200 Subject: refactor: Refactor toolchain source code. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/Util/DylibHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/Util') diff --git a/dev/LibCompiler/Util/DylibHelpers.h b/dev/LibCompiler/Util/DylibHelpers.h index e61cf9c..be8119f 100644 --- a/dev/LibCompiler/Util/DylibHelpers.h +++ b/dev/LibCompiler/Util/DylibHelpers.h @@ -9,5 +9,5 @@ #include #include -typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, CharType const* argv[]); +typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, Char const* argv[]); typedef VoidPtr DylibHandle; -- cgit v1.2.3