New files to support disk I/O restructuring and (currently broken)
Windows version.
diff --git a/gdisk.cc b/gdisk.cc
index ef3beb1..0809c3c 100644
--- a/gdisk.cc
+++ b/gdisk.cc
@@ -121,10 +121,7 @@
             theGPT->ChangePartType();
             break;
          case 'v': case 'V':
-            if (theGPT->Verify() > 0) { // problems found
-               printf("You may be able to correct the problems by using options on the experts\n"
-                     "menu (press 'x' at the command prompt). Good luck!\n");
-            } // if
+            theGPT->Verify();
             break;
          case 'w': case 'W':
             if (theGPT->SaveGPTData() == 1)