mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
MSYS2 and cmake based compilation support for clang and gcc
This commit is contained in:
parent
a9faf6c4ab
commit
5708379ebc
3 changed files with 20 additions and 2 deletions
|
@ -25,6 +25,10 @@ Revision History:
|
|||
#include "util/vector.h"
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#if defined( __MINGW32__ ) && ( defined( __GNUG__ ) || defined( __clang__ ) )
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#define VPRF vsprintf_s
|
||||
|
||||
void STD_CALL myInvalidParameterHandler(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue