- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / lib / rtl / random.c
index 3bfe4f4..0b266d2 100644 (file)
@@ -64,7 +64,7 @@ static ULONG SavedValue[128] =
 /*
 * @implemented
 */
 /*
 * @implemented
 */
-ULONG STDCALL
+ULONG NTAPI
 RtlRandom (IN OUT PULONG Seed)
 {
    ULONG Rand;
 RtlRandom (IN OUT PULONG Seed)
 {
    ULONG Rand;
@@ -86,7 +86,7 @@ RtlRandom (IN OUT PULONG Seed)
 * @unimplemented
 */
 ULONG
 * @unimplemented
 */
 ULONG
-STDCALL
+NTAPI
 RtlRandomEx(
        PULONG Seed
        )
 RtlRandomEx(
        PULONG Seed
        )
@@ -122,7 +122,7 @@ RtlRandomEx(
  *  function and our function return a random number uniformly
  *  distributed over [0..MAXLONG-1].
  */
  *  function and our function return a random number uniformly
  *  distributed over [0..MAXLONG-1].
  */
-ULONG STDCALL
+ULONG NTAPI
 RtlUniform (PULONG Seed)
 {
   ULONG Result;
 RtlUniform (PULONG Seed)
 {
   ULONG Result;