From c44c1ac9ce7148c2830191e373ad41a2feeff046 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 21 May 2015 23:18:35 +0200 Subject: Windows: make random generator function compatible with 64-bit execution environment --- src/Common/Random.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/Random.h') diff --git a/src/Common/Random.h b/src/Common/Random.h index 65e793fa..ba946541 100644 --- a/src/Common/Random.h +++ b/src/Common/Random.h @@ -60,6 +60,8 @@ extern BOOL volatile bFastPollEnabled; extern BOOL volatile bRandmixEnabled; extern DWORD CryptoAPILastError; +void RandAddInt64 ( unsigned __int64 x ); + LRESULT CALLBACK MouseProc ( int nCode , WPARAM wParam , LPARAM lParam ); LRESULT CALLBACK KeyboardProc ( int nCode , WPARAM wParam , LPARAM lParam ); static unsigned __stdcall PeriodicFastPollThreadProc (void *dummy); -- cgit v1.2.3