EgtMachKernel 1.6c8 :

- aggiornata gestione codici di protezione ( con opzioni).
This commit is contained in:
Dario Sassi
2015-03-30 06:53:14 +00:00
parent e219c080b7
commit d59805a9d2
3 changed files with 21 additions and 21 deletions
+8 -12
View File
@@ -19,18 +19,14 @@
#include "\EgtDev\Include\EgtTrace.h"
//--------------------------- Costanti ----------------------------------------
#if defined( _WIN64)
#if defined( _DEBUG)
const char* EMK_STR = "EgtMachKernelD64.dll ver. " ;
#else
const char* EMK_STR = "EgtMachKernelR64.dll ver. " ;
#endif
#elif defined( _WIN32)
#if defined( _DEBUG)
const char* EMK_STR = "EgtMachKernelD32.dll ver. " ;
#else
const char* EMK_STR = "EgtMachKernelR32.dll ver. " ;
#endif
#if defined( _WIN64) && defined( _DEBUG)
const char* EMK_STR = "EgtMachKernelD64.dll ver. " ;
#elif defined( _WIN64)
const char* EMK_STR = "EgtMachKernelR64.dll ver. " ;
#elif defined( _WIN32) && defined( _DEBUG)
const char* EMK_STR = "EgtMachKernelD32.dll ver. " ;
#else
const char* EMK_STR = "EgtMachKernelR32.dll ver. " ;
#endif
const int STR_DIM = 40 ;