Skip to content
Snippets Groups Projects
Commit cc39530e authored by Francois Keith's avatar Francois Keith
Browse files

Win32: Remove wrong LoadLibrary.

parent 1499d05f
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ Interpreter::Interpreter()
// this is silly, but required to be able to import dl module.
#ifndef WIN32
dlopen(libpython.c_str(), RTLD_LAZY | RTLD_GLOBAL);
#else
LoadLibrary(libpython.c_str());
#endif
Py_Initialize();
mainmod_ = PyImport_AddModule("__main__");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment