]> git.lizzy.rs Git - rust.git/commit
std::dynamic_lib: start fixing windows implementation
authorPhilipp Brueschweiler <bruphili@student.ethz.ch>
Sat, 15 Jun 2013 08:10:49 +0000 (10:10 +0200)
committerPhilipp Brueschweiler <bruphili@student.ethz.ch>
Sat, 15 Jun 2013 08:10:49 +0000 (10:10 +0200)
commitc7013ba1fcad7fcc84d7e6e93d7a0306c13bce47
tree56b43d23411524d1f7ef273b0487bbe2fe6faf18
parenteadd83da8b9abc821b141195503836b2094a9ea3
std::dynamic_lib: start fixing windows implementation

The code compiles and runs under windows now, but I couldn't look up any
symbol from the current executable (dlopen(NULL)), and calling looked
up external function handles doesn't seem to work correctly under windows.
src/libstd/unstable/dynamic_lib.rs
src/libstd/unstable/mod.rs