mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
cygwin support
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3cf96f7475
commit
a159943669
3 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,11 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifdef _CYGWIN
|
||||
// Hack to make CreateTimerQueueTimer available on cygwin
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
#include"z3_exception.h"
|
||||
#include"z3_omp.h"
|
||||
#if defined(_WINDOWS) || defined(_CYGWIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue