Fix compile error on windows
This commit is contained in:
@@ -157,7 +157,7 @@ void closeOnExec(Descriptor fd);
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && _WIN32_WINNT >= 0x0600
|
||||
namespace windows (
|
||||
namespace windows {
|
||||
|
||||
Path handleToPath(Descriptor handle);
|
||||
std::wstring handleToFileName(Descriptor handle);
|
||||
|
||||
Reference in New Issue
Block a user