1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 06:46:59 -05:00

Windows: reduce size of MBR bootloader by removing unused functions in each build type.

This commit is contained in:
Mounir IDRASSI
2017-07-21 15:21:13 +02:00
parent 0fb2befe3a
commit ff871511af
8 changed files with 36 additions and 77 deletions
+2
View File
@@ -121,6 +121,7 @@ unsigned __int32 GetCrc32 (unsigned char *data, int length)
return r ^ 0xFFFFFFFFUL;
}
#if 0
BOOL crc32_selftests ()
{
unsigned __int8 testData[32];
@@ -131,5 +132,6 @@ BOOL crc32_selftests ()
return GetCrc32 (testData, sizeof (testData)) == 0x91267E8AUL;
}
#endif
#endif // TC_MINIMIZE_CODE_SIZE