Skip to content

Commit

Permalink
sys: enable building without WITHFAT32 defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ecm-pushbx authored and PerditionC committed Dec 31, 2022
1 parent bf085a7 commit 302b002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 302b002

Please sign in to comment.