[togo] prompt user to select a version before formatting

This commit is contained in:
Pete Batard 2016-12-15 12:04:19 +00:00
parent 104b33a7ba
commit f4ebe1b6c2
4 changed files with 74 additions and 57 deletions

View file

@ -470,6 +470,7 @@ extern BOOL WimExtractFile_7z(const char* image, int index, const char* src, con
extern BOOL WimApplyImage(const char* image, int index, const char* dst);
extern BOOL IsBootableImage(const char* path);
extern BOOL AppendVHDFooter(const char* vhd_path);
extern BOOL SetWinToGoIndex(void);
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
extern LONG ValidateSignature(HWND hDlg, const char* path);
extern BOOL IsFontAvailable(const char* font_name);