]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
bcur: fix windows build
authortobtoht <tob@featherwallet.org>
Tue, 2 Jan 2024 16:54:11 +0000 (17:54 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 2 Jan 2024 16:54:11 +0000 (17:54 +0100)
src/third-party/bcur/memzero.c

index 5edc797228d0a7c8fc060858c419047cab6f7ca6..b19923a944c589ce64079126abccdc327f0fc39c 100644 (file)
@@ -6,7 +6,7 @@
 #include <string.h>
 
 #ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
 #endif
 
 #ifdef __unix__