From 7d110798d2ec1dae02310939c1bd6b036b90f6bf Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 3 Mar 2020 10:14:24 +0100 Subject: Windows: Fix compilation error caused by previous keyfile commit --- src/Common/Dlgcode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 244a82b1..8516e01f 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -487,8 +487,10 @@ void FinalizeGlobalLocks () void cleanup () { burn (&CmdTokenPin, sizeof (CmdTokenPin)); +#ifndef SETUP KeyFileRemoveAll (&FirstKeyFile); KeyFileRemoveAll (&defaultKeyFilesParam.FirstKeyFile); +#endif /* Cleanup the GDI fonts */ if (hFixedFont != NULL) -- cgit v1.2.3