mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Merge branch 'working' of https://z3-1/gw/git/z3 into working
This commit is contained in:
commit
72809843d5
4 changed files with 22 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