Merge branch 'bc/csprng-mktemps'
Pick a better random number generator and use it when we prepare temporary filenames. * bc/csprng-mktemps: wrapper: use a CSPRNG to generate random file names wrapper: add a helper to generate numbers from a CSPRNG
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
*/
|
||||
|
||||
#undef NOGDI
|
||||
|
||||
/*
|
||||
* Including the appropriate header file for RtlGenRandom causes MSVC to see a
|
||||
* redefinition of types in an incompatible way when including headers below.
|
||||
*/
|
||||
#undef HAVE_RTLGENRANDOM
|
||||
#include "../git-compat-util.h"
|
||||
#include <wingdi.h>
|
||||
#include <winreg.h>
|
||||
|
Reference in New Issue
Block a user