Commit ff6d30e4 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fix set_test_val function declaration to ensure stack is left

untouched.
parent bc52612f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment