about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
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