Corrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN
[reactos.git] / reactos / dll / win32 / advapi32 / misc / sysfunc.c
index 7003684..2dfb17a 100644 (file)
@@ -564,7 +564,7 @@ SystemFunction035(LPCSTR lpszDllFilePath)
  * RETURNS
  *  Always TRUE in my tests
  */
-BOOL
+BOOLEAN
 WINAPI
 SystemFunction036(PVOID pbBuffer, ULONG dwLen)
 {