Module: wine Branch: master Commit: ede61964672978a43050118ad9d5abb64c5f0b62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ede61964672978a43050118ad9...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Feb 12 12:30:08 2009 +0100
ntdll/tests: Remove WINAPI on static functions where not needed.
---
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,