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

Francois Gouget fgouget at codew2eavers.com
Thu Feb 12 05:30:08 CST 2009


---
 dlls/ntdll/tests/rtl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c
index bcf63b4..7beef6d 100644
--- a/dlls/ntdll/tests/rtl.c
+++ b/dlls/ntdll/tests/rtl.c
@@ -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,
-- 
1.5.6.5




More information about the wine-patches mailing list