tinc-gui: Don't assign broadcast subnets to any node, fix parsing of Edges, fix...
[tinc] / src / ed25519 / seed.c
index 25e5182..ca4089c 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