mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #13141 from obsidiansystems/fix-windows-warning
Fix windows warning
This commit is contained in:
commit
1e822bd414
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ inline void setInterruptThrown()
|
|||
static inline bool isInterrupted()
|
||||
{
|
||||
/* Do nothing for now */
|
||||
return false;
|
||||
}
|
||||
|
||||
inline void checkInterrupt()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue