mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 10:19:36 +01: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,7 +1,7 @@
|
|||
#pragma once
|
||||
///@file
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include <errhandlingapi.h>
|
||||
|
||||
#include "error.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue