mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: Fix compilation error caused by previous keyfile commit
This commit is contained in:
@@ -487,8 +487,10 @@ void FinalizeGlobalLocks ()
|
|||||||
void cleanup ()
|
void cleanup ()
|
||||||
{
|
{
|
||||||
burn (&CmdTokenPin, sizeof (CmdTokenPin));
|
burn (&CmdTokenPin, sizeof (CmdTokenPin));
|
||||||
|
#ifndef SETUP
|
||||||
KeyFileRemoveAll (&FirstKeyFile);
|
KeyFileRemoveAll (&FirstKeyFile);
|
||||||
KeyFileRemoveAll (&defaultKeyFilesParam.FirstKeyFile);
|
KeyFileRemoveAll (&defaultKeyFilesParam.FirstKeyFile);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Cleanup the GDI fonts */
|
/* Cleanup the GDI fonts */
|
||||||
if (hFixedFont != NULL)
|
if (hFixedFont != NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user