mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
trying to compile Z3 using cygwin/gcc...
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4dc834d5ee
commit
1f61381172
8 changed files with 27 additions and 9 deletions
|
@ -20,6 +20,10 @@ Revision History:
|
|||
#ifndef _PDR_CONTEXT_H_
|
||||
#define _PDR_CONTEXT_H_
|
||||
|
||||
#ifdef _CYGWIN
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#include <deque>
|
||||
#include "pdr_manager.h"
|
||||
#include "dl_base.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue