mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +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:
parent
5a2b19609a
commit
4897bf42c4
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ SystemFunction035(LPCSTR lpszDllFilePath)
|
|||
* RETURNS
|
||||
* Always TRUE in my tests
|
||||
*/
|
||||
BOOL
|
||||
BOOLEAN
|
||||
WINAPI
|
||||
SystemFunction036(PVOID pbBuffer, ULONG dwLen)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue