Merge pull request #4 from vszakats/patch-1
seed: fix casing of Windows headers
This commit is contained in:
commit
6d69ff4062
@ -3,8 +3,8 @@
|
||||
#ifndef ED25519_NO_SEED
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <Wincrypt.h>
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user