Commit ede61964 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: Remove WINAPI on static functions where not needed.

parent 16644b69
......@@ -571,7 +571,7 @@ static void test_RtlUniform(void)
}
static ULONG WINAPI my_RtlRandom(PULONG seed)
static ULONG my_RtlRandom(PULONG seed)
{
static ULONG saved_value[128] =
{ /* 0 */ 0x4c8bc0aa, 0x4c022957, 0x2232827a, 0x2f1e7626, 0x7f8bdafb, 0x5c37d02a, 0x0ab48f72, 0x2f0c4ffa,
......
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