- Fixes for MSVC6

This commit is contained in:
Paul Bakker 2012-11-02 10:59:36 +00:00
parent c9c5df98de
commit 7a2538ee38
7 changed files with 39 additions and 22 deletions

View file

@ -40,10 +40,10 @@
#if !defined(POLARSSL_NO_PLATFORM_ENTROPY)
#if defined(_WIN32)
#include <windows.h>
#if !defined(_WIN32_WINNT)
#define _WIN32_WINNT 0x0400
#endif
#include <windows.h>
#include <wincrypt.h>
int platform_entropy_poll( void *data, unsigned char *output, size_t len,