From 691f19841c4e3b08b094531efe1a23087977d5d5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 4 Nov 2022 05:27:13 +0200 Subject: [PATCH] Pointer should have void* as argument --- Fex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fex.hpp b/Fex.hpp index 894ebbfc..3681b0fb 100644 --- a/Fex.hpp +++ b/Fex.hpp @@ -48,7 +48,7 @@ struct Fex char Magic[4]; enum FexFormatType Type : 4; enum FexOSType OS : 4; - int (*Pointer)(struct KernelAPI *); + int (*Pointer)(void *); } __attribute__((packed)); struct FexExtended