EgtMachKernel 1.6c8 :
- aggiornata gestione codici di protezione ( con opzioni).
This commit is contained in:
+8
-12
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user