Merge pull request #10927 from poweredbypie/windows-fix

Fix a compile error on windows
This commit is contained in:
Robert Hensing 2024-06-17 10:52:09 +02:00 committed by GitHub
commit 5e0e0ec2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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