qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fix mingw build failure


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] fix mingw build failure
Date: Tue, 16 May 2017 07:27:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Am 16.05.2017 um 07:24 schrieb Gerd Hoffmann:
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 crypto/random-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/random-platform.c b/crypto/random-platform.c
index 0eddb915b7..92eed0ee78 100644
--- a/crypto/random-platform.c
+++ b/crypto/random-platform.c
@@ -23,7 +23,7 @@
 #include "crypto/random.h"

 #ifdef _WIN32
-#include <Wincrypt.h>
+#include <wincrypt.h>
 static HCRYPTPROV hCryptProv;
 #else
 static int fd; /* a file handle to either /dev/urandom or /dev/random */


Thank you.

Reviewed-by: Stefan Weil <address@hidden>

cc`ing qemu-trivial.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]