mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Corrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN
Fixes a build regression introduced in r39167 svn path=/trunk/; revision=39168
This commit is contained in:
@@ -564,7 +564,7 @@ SystemFunction035(LPCSTR lpszDllFilePath)
|
||||
* RETURNS
|
||||
* Always TRUE in my tests
|
||||
*/
|
||||
BOOL
|
||||
BOOLEAN
|
||||
WINAPI
|
||||
SystemFunction036(PVOID pbBuffer, ULONG dwLen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user