From 35d488e972a9dd75ce3867c000405f128b79c615 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 15 Jan 2023 12:14:05 +0000 Subject: reorganise things a bit to align further with the actual names/structure --- includes/compiler/CCompiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/compiler/CCompiler.h') diff --git a/includes/compiler/CCompiler.h b/includes/compiler/CCompiler.h index 92b483c..daa1020 100644 --- a/includes/compiler/CCompiler.h +++ b/includes/compiler/CCompiler.h @@ -6,7 +6,7 @@ extern Boolean systemHandles; extern Boolean crippled; extern SInt32 license_cookie; -extern CParams cparams; +extern CompilerLinkerParamBlk cparams; extern CWPLUGIN_ENTRY(MWC_main)(CWPluginContext context); extern void PrintProgressFunction(const char *str); -- cgit v1.2.3