Bazaar/Protect : fix for MSC

git-svn-id: svn://ultimatepp.org/upp/trunk@2713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2010-09-20 12:34:17 +00:00
parent 978e71164a
commit cee14f1ccd

View file

@ -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