]> git.lizzy.rs Git - rust.git/commit
auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw
authorbors <bors@rust-lang.org>
Mon, 18 Nov 2013 04:01:34 +0000 (20:01 -0800)
committerbors <bors@rust-lang.org>
Mon, 18 Nov 2013 04:01:34 +0000 (20:01 -0800)
commit15a8e6248c99ba9585d0ef23cca8304af69dcf36
tree422b9dcb50fb705bc3313af66ea329d64ee77274
parent5e3123bfa7a5754ec1c9b54a9831f13952bbaf4e
parent69768f7c9458f166d2549c0d60d66a4087a3adc3
auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw

* moved `extern` inside module
* changed `extern "stdcall"` to `extern "system"`
* changed `cfg(target_os="win32")` to `cfg(windows)`
* only run on Windows && x86, (not x86_64)
* updated copyright dates