Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
is like PyImport_ImporModule(name) but receives the globals and locals
dict and the fromlist arguments as well. (The name is a char*; the
others are PyObject*s).
diff --git a/PC/python_nt.def b/PC/python_nt.def
index 9fde47b..0d8ad22 100644
--- a/PC/python_nt.def
+++ b/PC/python_nt.def
@@ -211,6 +211,8 @@
PyImport_GetModuleDict
PyImport_GetMagicNumber
PyImport_ImportModule
+ PyImport_ImportModuleEx
+ PyImport_Import
PyImport_ImportFrozenModule
PyImport_ReloadModule
PyNumber_Coerce