Merge 569f419516650e8ef2b26963269ae7c5a86278ff into 3bb373867917b674265067cbd38b9d252c43d014

This commit is contained in:
Vlad Abadzhiev-Jahn 2026-07-20 21:03:40 +01:00 committed by GitHub
commit 3957dfdaaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,11 @@
#include <dirent.h>
#endif /* __MBED__ */
#include <errno.h>
#else
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#endif /* !_WIN32 || EFIX64 || EFI32 */
#endif