1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 14:02:42 +01:00

windows: fix conditional compilation variable

This commit is contained in:
Jörg Thalheim 2025-01-05 19:02:28 +00:00
parent 442a2623e4
commit 98d75de1ea
12 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@
#include "signals.hh"
#include "util.hh"
#ifdef WIN32
#ifdef _WIN32
# include <errhandlingapi.h>
# include <fileapi.h>
# include <windows.h>