KeyGenerator 2.5a1 :

- aggiunta gestione Icarus.
This commit is contained in:
DarioS
2023-01-03 08:58:50 +01:00
parent 6226e68524
commit 2f30dbfdbd
5 changed files with 13 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2013-2014
// EgalTech 2013-2023
//----------------------------------------------------------------------------
// File : KeyProcess.cpp Data : 11.09.14 Versione : 1.5i2
// File : KeyProcess.cpp Data : 02.01.23 Versione : 2.5a1
// Contenuto : Implementazione funzioni costruzione chiave.
//
//
@@ -276,4 +276,4 @@ KeyMaker::WriteLicence( const char* szSec, const char* szFile, bool bAll)
WritePrivateProfileInt( szSec, "OptExpDays", m_nOptExpDays, szFile) ;
WritePrivateProfileStringUtf8( szSec, "Key", m_sKey.c_str(), szFile) ;
return true ;
}
}