IDAPython for IDA 7.4 SP1

This commit is contained in:
Arnaud Diederen
2019-11-14 15:58:44 +01:00
parent e3d07f2018
commit 752ba3896e
19 changed files with 709 additions and 451 deletions
+1 -1
View File
@@ -1966,7 +1966,7 @@ bool IDAPython_Init(void)
{
*lastslash = 0;
#ifdef PY3
qvector<wchar_t> buf;
static qvector<wchar_t> buf;
Py_SetPythonHome(utf8_wchar_t(&buf, pyhomepath));
#else
Py_SetPythonHome(pyhomepath);