From 9abb25b5b9b7aab6fe317f36437aac1107bcfbd7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 12 Jul 2016 06:12:46 +0000 Subject: [PATCH] Include : - aggiornamenti (nuova costante per chiave librerie di base = 207). --- EgtKeyCodes.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index df6ca39..55bc38c 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,20 +1,21 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2015 +// EgalTech 2015-2016 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 27.03.15 Versione : 1.6c9 +// File : EgtKeyCodes.h Data : 11.07.16 Versione : 1.6s3 // Contenuto : Costanti per codici di protezione librerie di base. // // // // Modifiche : 27.03.15 DS Creazione modulo. -// +// 11.07.16 DS Portata chiave librerie base da 1231 a 207 +// per liberare bit per i prodotti (207 contenuto in 1231). // //---------------------------------------------------------------------------- #pragma once //---------------------------------------------------------------------------- -const int KEY_BASELIB_PROD = 1231 ; +const int KEY_BASELIB_PROD = 207 ; const int KEY_BASELIB_VER = 16 ; const int KEY_BASELIB_LEV = 1 ;