mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
Fix compile error on windows
This commit is contained in:
parent
573e385a68
commit
b0cfac8f93
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void closeOnExec(Descriptor fd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && _WIN32_WINNT >= 0x0600
|
#if defined(_WIN32) && _WIN32_WINNT >= 0x0600
|
||||||
namespace windows (
|
namespace windows {
|
||||||
|
|
||||||
Path handleToPath(Descriptor handle);
|
Path handleToPath(Descriptor handle);
|
||||||
std::wstring handleToFileName(Descriptor handle);
|
std::wstring handleToFileName(Descriptor handle);
|
||||||
|
|
Loading…
Reference in a new issue