diff --git a/bazaar/Protect/Protect.h b/bazaar/Protect/Protect.h index d7bdc951e..cc0293433 100644 --- a/bazaar/Protect/Protect.h +++ b/bazaar/Protect/Protect.h @@ -114,7 +114,6 @@ using namespace Upp; : "eax", "ebx", "ecx", "edx" \ ); \ __xxx = true; \ - Cerr() << "AFTER : " << HexString(&&__start, 50) << "\n"; \ if(__xxx) \ { \ __init: \ diff --git a/bazaar/Protect/init b/bazaar/Protect/init index 286f77471..7a542d670 100644 --- a/bazaar/Protect/init +++ b/bazaar/Protect/init @@ -3,7 +3,7 @@ #include "Core/init" #include "Cypher/init" #include "Web/init" +#include "ProductVersion/init" #include "plugin\sqlite3/init" #include "MySql/init" -#include "ProductVersion/init" #endif