Fix set_test_val function declaration to ensure stack is left
untouched.
This commit is contained in:
parent
bc52612f77
commit
ff6d30e485
|
@ -611,7 +611,7 @@ static VOID test_GetThreadExitCode(void)
|
|||
|
||||
static int test_value = 0;
|
||||
|
||||
static void set_test_val( int val )
|
||||
static void WINAPI set_test_val( int val )
|
||||
{
|
||||
test_value += val;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue