Corrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN

Fixes a build regression introduced in r39167

svn path=/trunk/; revision=39168
This commit is contained in:
KJK::Hyperion 2009-01-28 09:58:46 +00:00
parent 5a2b19609a
commit 4897bf42c4

View file

@ -564,7 +564,7 @@ SystemFunction035(LPCSTR lpszDllFilePath)
* RETURNS
* Always TRUE in my tests
*/
BOOL
BOOLEAN
WINAPI
SystemFunction036(PVOID pbBuffer, ULONG dwLen)
{