]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/seed.c
Allow MeshLink to be cross-compiled for Windows.
[meshlink] / src / ed25519 / seed.c
index 25e518220f742c970bf07299a32a7379ecd20c72..11a2e3ec460e22aa682b501fb171fbd3e9052891 100644 (file)
@@ -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
@@ -37,4 +37,4 @@ int ed25519_create_seed(unsigned char *seed) {
     return 0;
 }
 
-#endif
\ No newline at end of file
+#endif