Skip to content
Snippets Groups Projects
Commit e62b5273 authored by Roderick W. Smith's avatar Roderick W. Smith
Browse files

Change to support compilation with UEFI GPT fdisk library.

parent 1f7822eb
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,9 @@ int main(int argc, char* argv[]) { ...@@ -16,7 +16,9 @@ int main(int argc, char* argv[]) {
string device = ""; string device = "";
UnicodeString uString; UnicodeString uString;
#ifndef EFI
cout << "GPT fdisk (gdisk) version " << GPTFDISK_VERSION << "\n\n"; cout << "GPT fdisk (gdisk) version " << GPTFDISK_VERSION << "\n\n";
#endif /*EFI*/
if (!SizesOK()) if (!SizesOK())
exit(1); exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment