diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-01-11 16:15:17 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-13 16:43:39 -0800 |
| commit | 3d5418789064fdb463e872a4e651af1c628a3650 (patch) | |
| tree | b94b0d4d519ee8062cd6ce52a4e62af26dbde0bd /src/rt/rust_task.cpp | |
| parent | e6b57f858f4ac946e6f829f54680d292db36700d (diff) | |
| download | rust-3d5418789064fdb463e872a4e651af1c628a3650.tar.gz rust-3d5418789064fdb463e872a4e651af1c628a3650.zip | |
Win32 build fix
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 059085865d9..435f563713e 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -9,7 +9,7 @@ // except according to those terms. -#ifndef __WIN32_ +#ifndef __WIN32__ #ifdef __ANDROID__ #include "rust_android_dummy.h" #else |
