aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/python.cpp')
-rw-r--r--lib/python/python.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/python.cpp b/lib/python/python.cpp
index 84716e72..ad029fb6 100644
--- a/lib/python/python.cpp
+++ b/lib/python/python.cpp
@@ -3,6 +3,7 @@
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
extern "C" void init_enigma();
+extern "C" void eBaseInit(void);
extern void bsodFatal();
#define SKIP_PART2
@@ -124,6 +125,7 @@ ePython::ePython()
PyEval_InitThreads();
init_enigma();
+ eBaseInit();
}
ePython::~ePython()