mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/Protect : fix for windows crash, maybe
git-svn-id: svn://ultimatepp.org/upp/trunk@6220 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
05ba918ae6
commit
b70ae57513
2 changed files with 4 additions and 6 deletions
|
|
@ -254,6 +254,10 @@ using namespace Upp;
|
|||
__asm jmp __next2 \
|
||||
_PROTECT_END_MARKER \
|
||||
__asm __next2: \
|
||||
__asm pushf \
|
||||
__asm inc eax \
|
||||
__asm dec eax \
|
||||
__asm popf \
|
||||
};
|
||||
|
||||
#define OBFUSCATE_START_FUNC \
|
||||
|
|
|
|||
|
|
@ -2,11 +2,5 @@
|
|||
#define _Protect_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "Cypher/init"
|
||||
#include "Web/init"
|
||||
#include "ProductVersion/init"
|
||||
#include "plugin\sqlite3/init"
|
||||
#include "MySql/init"
|
||||
#define BLITZ_INDEX__ Fab54e1a96e0234fe0f6cbfdf5ff34678
|
||||
#include "ProtectTranslations.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue