mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Fix compilation on Windows
DEBUG macro from miniupnpc interferring with enum Trace::DEBUG;
This commit is contained in:
@ -70,11 +70,11 @@ public:
|
||||
*/
|
||||
enum Level
|
||||
{
|
||||
NORMAL = 0,
|
||||
VERBOSE = 10,
|
||||
RULES = 15,
|
||||
DEBUG = 20,
|
||||
INSANE = 30
|
||||
LEVEL_NORMAL = 0,
|
||||
LEVEL_VERBOSE = 10,
|
||||
LEVEL_RULES = 15,
|
||||
LEVEL_DEBUG = 20,
|
||||
LEVEL_INSANE = 30
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user