]> git.lizzy.rs Git - rust.git/commit
auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon
authorbors <bors@rust-lang.org>
Mon, 17 Jun 2013 21:58:01 +0000 (14:58 -0700)
committerbors <bors@rust-lang.org>
Mon, 17 Jun 2013 21:58:01 +0000 (14:58 -0700)
commit4c90b987b54389bf8323d63be8796951b44d622f
treeb28d91b8884fb58b2e5e245daee12b3bced3501b
parent4bf074cc66974143178a6add3a7c2e2196ea5a32
parentc7013ba1fcad7fcc84d7e6e93d7a0306c13bce47
auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon

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.

This the beginning of a fix for #7095.