mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 15:36:47 +02:00
Merge pull request #10927 from poweredbypie/windows-fix
Fix a compile error on windows
This commit is contained in:
commit
5e0e0ec2d3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue