sys: enable building without WITHFAT32 defined
This commit is contained in:
parent
bf085a7ed6
commit
302b002adb
@ -1448,9 +1448,7 @@ void dumpBS(const char *bsFile, int drive)
|
|||||||
|
|
||||||
void put_boot(SYSOptions *opts)
|
void put_boot(SYSOptions *opts)
|
||||||
{
|
{
|
||||||
#ifdef WITHFAT32
|
|
||||||
struct bootsectortype32 *bs32;
|
struct bootsectortype32 *bs32;
|
||||||
#endif
|
|
||||||
struct bootsectortype *bs;
|
struct bootsectortype *bs;
|
||||||
UBYTE oldboot[SEC_SIZE], newboot[SEC_SIZE];
|
UBYTE oldboot[SEC_SIZE], newboot[SEC_SIZE];
|
||||||
UBYTE default_bpb[0x5c];
|
UBYTE default_bpb[0x5c];
|
||||||
|
Loading…
Reference in New Issue
Block a user