From 302b002adbf893398e6057559571085732e8d4e7 Mon Sep 17 00:00:00 2001 From: "C. Masloch" Date: Sat, 31 Dec 2022 14:36:01 +0100 Subject: [PATCH] sys: enable building without WITHFAT32 defined --- sys/sys.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys.c b/sys/sys.c index 80546fe4..cd6fae70 100644 --- a/sys/sys.c +++ b/sys/sys.c @@ -1448,9 +1448,7 @@ void dumpBS(const char *bsFile, int drive) void put_boot(SYSOptions *opts) { -#ifdef WITHFAT32 struct bootsectortype32 *bs32; -#endif struct bootsectortype *bs; UBYTE oldboot[SEC_SIZE], newboot[SEC_SIZE]; UBYTE default_bpb[0x5c];