[xp] Add rdisk() masquerading

* Also add MBR support from resource file
* Also fix an issue with WDK
This commit is contained in:
Pete Batard 2012-03-25 22:09:24 +01:00
parent d87f069963
commit 04a20922d5
3 changed files with 48 additions and 11 deletions

View file

@ -144,7 +144,7 @@ typedef struct {
/* ISO details that the application may want */
#define WINPE_MININT 0x2A
#define WINPE_I386 0x15
#define IS_WINPE(r) (((r&WINPE_MININT) == WINPE_MININT)||((r&WINPE_I386)==WINPE_I386))
#define IS_WINPE(r) (((r&WINPE_MININT) == WINPE_MININT)||((r&WINPE_I386) == WINPE_I386))
typedef struct {
char label[192]; /* 3*64 to account for UTF-8 */
char usb_label[192]; /* converted USB label for workaround */