Update so Windows build works like Cygwin buid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9940 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -255,7 +255,7 @@ PrepareConfigurationHeader (
|
||||
// Open data file
|
||||
DataFile = fopen(gDataFile, "rb");
|
||||
if (DataFile == NULL) {
|
||||
fprintf(stderr, "Can't open data file %s.\n", gOutputImageFile);
|
||||
fprintf(stderr, "Can't open data file %s.\n", gDataFile);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@@ -394,7 +394,6 @@ main (
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
printf ("\n%d(%x) - %s %s", i, TwoArg, argv[i], TwoArg ? argv[i+1] : &argv[i][2]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user