mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
windows: fix conditional compilation variable
This commit is contained in:
parent
442a2623e4
commit
98d75de1ea
12 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "file-system.hh"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
namespace nix {
|
||||
|
||||
Descriptor openDirectory(const std::filesystem::path & path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue