[wintogo] add an error popup if we can't select the version

This commit is contained in:
Pete Batard 2017-05-02 00:21:14 +01:00
parent 9950f5c088
commit 3b4b742772
4 changed files with 18 additions and 10 deletions

View file

@ -480,7 +480,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 SetWinToGoIndex(void);
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
extern char* GetSignatureName(const char* path);
extern LONG ValidateSignature(HWND hDlg, const char* path);