mirror of
https://github.com/Z3Prover/z3
synced 2026-02-25 17:51:20 +00:00
fixed update_api.py
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
5fa96ccb0b
commit
8cde0c0672
2 changed files with 3 additions and 6 deletions
|
|
@ -509,6 +509,7 @@ def mk_dotnet():
|
|||
dotnet.write(' public delegate void Z3_error_handler(Z3_context c, Z3_error_code e);\n\n')
|
||||
dotnet.write(' public unsafe class LIB\n')
|
||||
dotnet.write(' {\n')
|
||||
dotnet.write(' '
|
||||
' const string Z3_DLL_NAME = \"z3.dll\";\n'
|
||||
' \n');
|
||||
dotnet.write(' [DllImport(Z3_DLL_NAME, CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue