mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/Protect : fix for MSC
git-svn-id: svn://ultimatepp.org/upp/trunk@2713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
978e71164a
commit
cee14f1ccd
1 changed files with 6 additions and 3 deletions
|
|
@ -92,12 +92,15 @@ using namespace Upp;
|
|||
_PROTECT_START_MARKER \
|
||||
__asm next: \
|
||||
} \
|
||||
__start:
|
||||
__start: \
|
||||
{ \
|
||||
|
||||
#define PROTECT_END_FUNC \
|
||||
return; \
|
||||
} \
|
||||
__end: \
|
||||
_PROTECT_END_MARKER;
|
||||
__asm { __asm jmp next2 } \
|
||||
_PROTECT_END_MARKER; \
|
||||
__asm next2:
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue