mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fix compile on windows
This commit is contained in:
parent
255245a289
commit
9d6c79cbbb
@ -14,6 +14,10 @@
|
||||
#include "or.h"
|
||||
#include "crypto.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) ((a)<(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This madness is needed because if we simply #undef log
|
||||
* before including or.h or log.h, we get linker collisions
|
||||
|
Loading…
Reference in New Issue
Block a user