mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
add support to build with MSVC /Gr (fastcall mode for x86)
not enabled by default nor exposed at the moment
This commit is contained in:
parent
89fad8913f
commit
83e34638e6
8 changed files with 15 additions and 8 deletions
|
@ -28,7 +28,7 @@ Revision History:
|
|||
#define PRF sprintf_s
|
||||
#define VPRF vsprintf_s
|
||||
|
||||
void myInvalidParameterHandler(
|
||||
void STD_CALL myInvalidParameterHandler(
|
||||
const wchar_t* expression,
|
||||
const wchar_t* function,
|
||||
const wchar_t* file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue