]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/winansi.c
wrapper: make inclusion of Windows csprng header tightly scoped
[thirdparty/git.git] / compat / winansi.c
index 936a80a5f007d4d6e764f6dc68d649ea1e72094e..3abe8dd5a2711b5268cb5efe623d8c027f0d3d83 100644 (file)
@@ -4,11 +4,6 @@
 
 #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>