find system drive

This commit is contained in:
2024-06-02 09:31:55 +02:00
parent 282c294ae7
commit a665f8638e
3 changed files with 59 additions and 3 deletions

View File

@ -31,7 +31,7 @@
#endif
// Logic
//#define DRYRUN //don´t touch the drives
#define DRYRUN //don´t touch the drives
#define FROZEN_ALERT // show alert if drive is frozen
#define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails
@ -101,6 +101,7 @@ private:
static void handleESC();
static void handleAbort();
static Drive *getSelectedDrive();
static bool getSystemDrive(string &systemDrive);
};
#endif // REHDD_H_