зеркало из https://github.com/mozilla/gecko-dev.git
Added missing function argument type declarations.
This commit is contained in:
Родитель
56ca2bc9c3
Коммит
bbd83de51d
|
@ -37,7 +37,7 @@ CurrentClockTickTime(LPDWORD lpdwHigh, LPDWORD lpdwLow)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
extern PRSize _PR_MD_GetRandomNoise( buf, size )
|
||||
extern PRSize _PR_MD_GetRandomNoise( void *buf, PRSize size )
|
||||
{
|
||||
DWORD dwHigh, dwLow, dwVal;
|
||||
int n = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче