From df36282f05056f2a9764901ab887e132a5d2a84f Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 16 Jan 2019 17:43:42 +0000 Subject: [PATCH] EgtLock 2.1a1 : - ricompilata con VS 2017 (x32 come VS2013_XP, x64 come VS2017). --- EgtLock.vcxproj | 5 +++-- KeyProc.cpp | 6 +++--- stdafx.h | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/EgtLock.vcxproj b/EgtLock.vcxproj index be82df2..8f63f92 100644 --- a/EgtLock.vcxproj +++ b/EgtLock.vcxproj @@ -22,6 +22,7 @@ {DD7F3502-6761-4B6D-BE79-B2DF4A5FC426} Win32Proj EgtLock + 10.0.17763.0 @@ -34,7 +35,7 @@ StaticLibrary true Unicode - v120_xp + v141 StaticLibrary @@ -48,7 +49,7 @@ false false Unicode - v120_xp + v141 diff --git a/KeyProc.cpp b/KeyProc.cpp index 9574404..f85114e 100644 --- a/KeyProc.cpp +++ b/KeyProc.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2014-2016 +// EgalTech 2014-2019 //---------------------------------------------------------------------------- -// File : KeyProc.cpp Data : 12.07.16 Versione : 1.6s3 +// File : KeyProc.cpp Data : 16.01.19 Versione : 2.1a1 // Contenuto : Funzioni per la gestione della chiave. // // @@ -27,7 +27,7 @@ using namespace std ; //---------------------------------------------------------------------------- -static const int MIN_DAYS = 17562 ; // giorni al 31/01/2018 dal 1/1/1970 +static const int MIN_DAYS = 17906 ; // giorni al 10/01/2019 dal 1/1/1970 static const int N_STEP = 7 ; //---------------------------------------------------------------------------- diff --git a/stdafx.h b/stdafx.h index be9cc01..d4f9ad4 100644 --- a/stdafx.h +++ b/stdafx.h @@ -11,10 +11,10 @@ #define _CRT_RAND_S #if defined( _DEBUG) #define _CRTDBG_MAP_ALLOC - #include + #include #include #else - #include + #include #endif // in Debug controllo iteratori