sys: enable building without WITHFAT32 defined

This commit is contained in:
C. Masloch 2022-12-31 14:36:01 +01:00 committed by Kenneth J Davis
parent bf085a7ed6
commit 302b002adb

View File

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