1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix compile error on windows

This commit is contained in:
PoweredByPie 2024-06-17 00:03:50 -07:00
parent 573e385a68
commit b0cfac8f93

View file

@ -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);