mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
test: fix compiling unit test on win32
This commit is contained in:
@@ -79,7 +79,7 @@ static DWORD netconn_sem_tls_index;
|
||||
static HCRYPTPROV hcrypt;
|
||||
|
||||
u32_t
|
||||
sys_win_rand(void)
|
||||
lwip_port_rand(void)
|
||||
{
|
||||
u32_t ret;
|
||||
if (CryptGenRandom(hcrypt, sizeof(ret), (BYTE*)&ret)) {
|
||||
|
||||
Reference in New Issue
Block a user