[ui] early ISO/NTFS bootable support (doesn't do anything yet)

* enable ISO for ntfs
* enable ISO selection with FileDialog
* also move UI init to its own function
This commit is contained in:
Pete Batard 2012-02-02 13:16:49 +00:00
parent fd0e6d4b3b
commit 4eaae9a7f8
5 changed files with 330 additions and 83 deletions

View file

@ -54,6 +54,7 @@
#define IDC_DOSTYPE 1013
#define IDC_NBPASSES 1014
#define IDC_TEST 1015
#define IDC_SELECT_ISO 1016
#define IDC_ISO_PROGRESS 1020
#define IDC_ISO_FILENAME 1021
#define IDC_ISO_ABORT 1022