mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +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,7 +20,7 @@ Revision History:
|
|||
#ifndef _STOPWATCH_H_
|
||||
#define _STOPWATCH_H_
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#if defined(_WINDOWS) || defined(_CYGWIN)
|
||||
|
||||
// Does this redefinition work?
|
||||
#define ARRAYSIZE_TEMP ARRAYSIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue