bcur: fix windows build

This commit is contained in:
tobtoht 2024-01-02 17:54:11 +01:00
parent 403237907d
commit 7971d0043f
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -6,7 +6,7 @@
#include <string.h>
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
#ifdef __unix__