summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/cont.c b/cont.c
index 729a025fb0..10bf3417fd 100644
--- a/cont.c
+++ b/cont.c
@@ -54,13 +54,7 @@
# define FIBER_USE_NATIVE 1
# endif
# elif defined(_WIN32)
-# if _WIN32_WINNT >= 0x0400
-/* only when _WIN32_WINNT >= 0x0400 on Windows because Fiber APIs are
- * supported only such building (and running) environments.
- * [ruby-dev:41192]
- */
-# define FIBER_USE_NATIVE 1
-# endif
+# define FIBER_USE_NATIVE 1
# endif
#endif
#if !defined(FIBER_USE_NATIVE)