fs/io/BufferedOutputStream: avoid including windows.h

Include the most specific header documented by MSDN instead.
This commit is contained in:
Max Kellermann 2021-05-19 17:24:02 +02:00
parent b1175acb59
commit 19d19cd737
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#ifdef _UNICODE #ifdef _UNICODE
#include "system/Error.hxx" #include "system/Error.hxx"
#include <windows.h> #include <stringapiset.h>
#endif #endif
bool bool