mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +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
|
|
@ -4,7 +4,7 @@
|
|||
#include "file-system.hh"
|
||||
#include "windows-error.hh"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue