KeyGenerator 2.7a1 :

- ricompilazione per nuovo anno e con VS C++ 2022.
This commit is contained in:
Dario Sassi
2025-01-13 16:10:35 +01:00
parent 8beb113de9
commit 34d8014904
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ CKeyGeneratorApp::InitInstance( void)
// verifico la protezione
SetLockType( KEY_LOCK_TYPE_HW) ;
string sKey = GetPrivateProfileStringUtf8( "General", "Key", "", m_pszProfileName) ;
if ( VerifyKey( sKey, 823, 2601, 10) != KEY_OK) {
if ( VerifyKey( sKey, 823, 2701, 10) != KEY_OK) {
m_nExitCode = 1 ;
return FALSE ;
}