Skip to content

Commit 3d54187

Browse files
committed
Win32 build fix
1 parent e6b57f8 commit 3d54187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111

12-
#ifndef __WIN32_
12+
#ifndef __WIN32__
1313
#ifdef __ANDROID__
1414
#include "rust_android_dummy.h"
1515
#else

0 commit comments

Comments
 (0)