Commit 19d19cd7 authored by Max Kellermann's avatar Max Kellermann

fs/io/BufferedOutputStream: avoid including windows.h

Include the most specific header documented by MSDN instead.
parent b1175acb
...@@ -37,7 +37,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment