mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
No need to undef now that there is no collision
This commit is contained in:
parent
40a6a9fdb8
commit
62ce139e3f
2 changed files with 0 additions and 6 deletions
|
@ -161,9 +161,6 @@ struct DebugTrace {
|
||||||
bool isError;
|
bool isError;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Don't want Windows function
|
|
||||||
#undef LookupPath
|
|
||||||
|
|
||||||
class EvalState : public std::enable_shared_from_this<EvalState>
|
class EvalState : public std::enable_shared_from_this<EvalState>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
// Do not want the windows macro (alias to `LookupPathA`)
|
|
||||||
#undef LookupPath
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A "search path" is a list of ways look for something, used with
|
* A "search path" is a list of ways look for something, used with
|
||||||
* `builtins.findFile` and `< >` lookup expressions.
|
* `builtins.findFile` and `< >` lookup expressions.
|
||||||
|
|
Loading…
Reference in a new issue