fix swi call leak

improve yapi
reformat
This commit is contained in:
Vitor Santos Costa
2017-06-19 19:02:36 +01:00
parent 6b545c8f71
commit d7e21c80df
35 changed files with 2412 additions and 2334 deletions

View File

@@ -2,15 +2,15 @@
#include "py4yap.h"
X_API bool init_python_dll(void);
O_API bool init_python_dll(void);
X_API bool init_python_dll(void)
{
O_API bool init_python_dll(void) {
do_init_python();
install_pypreds();
return 1;
install_pypreds();
return 1;
}
#ifdef _WIN32
#include <windows.h>