Code: Select all
[color=red]
struct _rect{
DWORD l,r,t,b;
} temp;
DWORD atemp=(DWORD)&temp;
[/color]
__asm{
push eax;
push ecx;
push esi;
push edx;
push [stri];
[color=red]
push [atemp];
[/color]
mov ecx, outwnd;
call [EQADDR_APPENDSTML];
pop edx;
pop esi;
pop ecx;
pop eax;
};
After patching, all is well. Yay!

donations for this month's patches.


