This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

10
CPP/7zip/Crypto/RandGen.cpp Executable file → Normal file
View File

@@ -2,7 +2,7 @@
#include "StdAfx.h"
#include "Windows/Synchronization.h"
#include "../../Windows/Synchronization.h"
#include "RandGen.h"
@@ -44,7 +44,13 @@ void CRandomGenerator::Init()
HASH_UPD(pid);
#endif
for (unsigned i = 0; i < 1000; i++)
for (unsigned i = 0; i <
#ifdef _DEBUG
2;
#else
1000;
#endif
i++)
{
#ifdef _WIN32
LARGE_INTEGER v;