diff options
| author | Leah Hanson <astrieanna@gmail.com> | 2013-11-08 10:59:37 -0600 |
|---|---|---|
| committer | Leah Hanson <leah.a.hanson@gmail.com> | 2013-11-17 20:55:59 -0600 |
| commit | 69768f7c9458f166d2549c0d60d66a4087a3adc3 (patch) | |
| tree | bf79d7bf66e9a2d7be150c48d65f5c911111576e /src/rustllvm/RustWrapper.cpp | |
| parent | 3851f908d16b55dfe69d5a423ecbef4cd224fae2 (diff) | |
| download | rust-69768f7c9458f166d2549c0d60d66a4087a3adc3.tar.gz rust-69768f7c9458f166d2549c0d60d66a4087a3adc3.zip | |
Fix XFailed test x86stdcall
There was a syntax error because the `extern "stdcall"` was outside the module instead of inside it. * moved `extern` inside module * change `extern "stdcall"` to `extern "system"` * change `cfg(target_os="win32")` to `cfg(windows)` * updated copyright dates * changed log(error, ...) => info!(....) * added `pub` keyword to kernel32 functions
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
