mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Fixes for MSVC6
This commit is contained in:
parent
c9c5df98de
commit
7a2538ee38
7 changed files with 39 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue