From 22d10f3c61959827bb634c9fe25a85ead891d59d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 8 Jul 2025 09:16:31 +0200 Subject: refactor! Breaking changes in LibCompiler, see details. 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 be8119f..901d321 100644 --- a/dev/LibCompiler/Util/DylibHelpers.h +++ b/dev/LibCompiler/Util/DylibHelpers.h @@ -10,4 +10,4 @@ #include typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, Char const* argv[]); -typedef VoidPtr DylibHandle; +typedef VoidPtr LibCompilerDylib; -- cgit v1.2.3