fs/io/BufferedOutputStream: avoid including windows.h
Include the most specific header documented by MSDN instead.
This commit is contained in:
parent
b1175acb59
commit
19d19cd737
|
@ -37,7 +37,7 @@
|
|||
|
||||
#ifdef _UNICODE
|
||||
#include "system/Error.hxx"
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue