X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Frtl%2Frandom.c;h=0b266d251c51139cb3d3b08e015c065c520c0f7d;hp=3bfe4f46feade5d9b77068faa4648cabc7df6601;hb=8c002db0c2a9e956c45a99d3ef504ba459040189;hpb=593300080a91bc5701e99a607b2ee8ba9ba95c16 diff --git a/reactos/lib/rtl/random.c b/reactos/lib/rtl/random.c index 3bfe4f46fea..0b266d251c5 100644 --- a/reactos/lib/rtl/random.c +++ b/reactos/lib/rtl/random.c @@ -64,7 +64,7 @@ static ULONG SavedValue[128] = /* * @implemented */ -ULONG STDCALL +ULONG NTAPI RtlRandom (IN OUT PULONG Seed) { ULONG Rand; @@ -86,7 +86,7 @@ RtlRandom (IN OUT PULONG Seed) * @unimplemented */ ULONG -STDCALL +NTAPI RtlRandomEx( PULONG Seed ) @@ -122,7 +122,7 @@ RtlRandomEx( * function and our function return a random number uniformly * distributed over [0..MAXLONG-1]. */ -ULONG STDCALL +ULONG NTAPI RtlUniform (PULONG Seed) { ULONG Result;