Modification due to problems with winapi-check.

This commit is contained in:
Patrik Stridvall 1999-09-29 10:23:18 +00:00 committed by Alexandre Julliard
parent afe3b0cd54
commit 410d89970d
1 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,9 @@ callrmproc_again:
return 1;
}
}
#endif
if (!already) {
#ifdef MZ_SUPPORTED
if (!SS_reg(context)) {
alloc = 1; /* allocate default stack */
stack16 = addr = DOSMEM_GetBlock( pModule->self, 64, (UINT16 *)&(SS_reg(context)) );
@ -335,7 +337,6 @@ callrmproc_again:
}
ESP_reg(context) -= (args + (iret?1:0)) * sizeof(WORD);
#else
if (!already) {
stack16 = (LPWORD) CURRENT_STACK16;
#endif
stack16 -= args;