EgtLock 2.1a1 :

- ricompilata con VS 2017 (x32 come VS2013_XP, x64 come VS2017).
This commit is contained in:
Dario Sassi
2019-01-16 17:43:42 +00:00
parent e79f98cd17
commit df36282f05
3 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -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 ;
//----------------------------------------------------------------------------