Pointer should have void* as argument

This commit is contained in:
Alex
2022-11-04 05:27:13 +02:00
parent 37ff3a71a4
commit 691f19841c

View File

@ -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