mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
bcur: fix windows build
This commit is contained in:
parent
403237907d
commit
7971d0043f
1 changed files with 1 additions and 1 deletions
2
src/third-party/bcur/memzero.c
vendored
2
src/third-party/bcur/memzero.c
vendored
|
@ -6,7 +6,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __unix__
|
#ifdef __unix__
|
||||||
|
|
Loading…
Reference in a new issue