From 042f38a2f716fd4a3b9b03c35951e69f1d1bc942 Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Sat, 31 Aug 2013 17:40:15 -0400 Subject: Check for boot/active flag on 0xEE protective partition in verify function. --- basicmbr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'basicmbr.h') diff --git a/basicmbr.h b/basicmbr.h index 1a79856..d38f963 100644 --- a/basicmbr.h +++ b/basicmbr.h @@ -103,6 +103,7 @@ public: int DoTheyFit(void); int SpaceBeforeAllLogicals(void); int IsLegal(void); + int IsEEActive(void); int FindNextInUse(int start); // Functions to create, delete, or change partitions -- cgit v1.2.1