[bb] allow selection of nb passes/patterns

* also removed nd/ro tests as unlikely to be used
This commit is contained in:
Pete Batard 2012-01-08 23:41:20 +00:00
parent 35edfb0218
commit 01d1d74f04
7 changed files with 33 additions and 368 deletions

View file

@ -140,7 +140,7 @@ typedef struct {
*/
extern HINSTANCE hMainInstance;
extern HWND hMainDialog, hStatus, hDeviceList, hCapacity;
extern HWND hFileSystem, hClusterSize, hLabel, hDOSType;
extern HWND hFileSystem, hClusterSize, hLabel, hDOSType, hNBPasses;
extern float fScale;
extern char szFolderPath[MAX_PATH];
extern DWORD FormatStatus;