diff options
Diffstat (limited to 'src/Common/Random.h')
-rw-r--r-- | src/Common/Random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Random.h b/src/Common/Random.h index 72427e07..65e793fa 100644 --- a/src/Common/Random.h +++ b/src/Common/Random.h @@ -58,6 +58,7 @@ BOOL RandgetBytesFull ( void* hwndDlg, unsigned char *buf , int len, BOOL forceS extern BOOL volatile bFastPollEnabled;
extern BOOL volatile bRandmixEnabled;
+extern DWORD CryptoAPILastError;
LRESULT CALLBACK MouseProc ( int nCode , WPARAM wParam , LPARAM lParam );
LRESULT CALLBACK KeyboardProc ( int nCode , WPARAM wParam , LPARAM lParam );
|