Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
cc39530e
Commit
cc39530e
authored
Jul 06, 2011
by
Francois Keith
Browse files
Win32: Remove wrong LoadLibrary.
parent
1499d05f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interpreter.cc
View file @
cc39530e
...
...
@@ -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__"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment