mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
temporary build fix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8029e31ddd
commit
8bcd6edd08
|
@ -34,7 +34,7 @@ Revision History:
|
|||
# define GCC_RET_NON_NULL
|
||||
# endif
|
||||
# define ALLOC_ATTR __attribute__((malloc)) GCC_RET_NON_NULL
|
||||
#elif defined(_WINDOWS)
|
||||
#elif defined(_WINDOWS) && (VisualStudioVersion >= 13)
|
||||
# define ALLOC_ATTR __declspec(restrict)
|
||||
#else
|
||||
# define ALLOC_ATTR
|
||||
|
|
Loading…
Reference in a new issue