3
0
Fork 0
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:
Philipp Paulweber 2019-04-12 14:52:00 +02:00
parent a9faf6c4ab
commit 5708379ebc
No known key found for this signature in database
GPG key ID: DAF035D73D07C984
3 changed files with 20 additions and 2 deletions

View file

@ -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(