VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Boot/Windows/Platform.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-19 01:08:24 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-19 01:12:23 +0200
commitd78a3d02737d230e30139498125415444f65e78c (patch)
tree16d7f7a9090b7c00b54fd1e45292204c3d52e4a6 /src/Boot/Windows/Platform.h
parent3bdb9a32d78a644940f496570b58d3912180a486 (diff)
downloadVeraCrypt-d78a3d02737d230e30139498125415444f65e78c.tar.gz
VeraCrypt-d78a3d02737d230e30139498125415444f65e78c.zip
Windows MBR bootloader: remove unused test function in release build
Diffstat (limited to 'src/Boot/Windows/Platform.h')
-rw-r--r--src/Boot/Windows/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Boot/Windows/Platform.h b/src/Boot/Windows/Platform.h
index 41ace2a5..1c41ec03 100644
--- a/src/Boot/Windows/Platform.h
+++ b/src/Boot/Windows/Platform.h
@@ -110,7 +110,9 @@ void CopyMemory (uint16 sourceSegment, uint16 sourceOffset, void *destination, u
extern "C" void EraseMemory (void *memory, int size);
uint32 GetLinearAddress (uint16 segment, uint16 offset);
bool RegionsIntersect (const uint64 &start1, uint32 length1, const uint64 &start2, const uint64 &end2);
+#ifdef TC_BOOT_DEBUG_ENABLED
bool TestInt64 ();
+#endif
extern "C" void ThrowFatalException (int line);
#endif // TC_HEADER_Boot_Platform