summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 901bff186d..55e0d2e94a 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -5519,10 +5519,12 @@ rb_w32_times(struct tms *tmbuf)
return 0;
}
+
+/* License: Ruby's */
#define yield_once() Sleep(0)
#define yield_until(condition) do yield_once(); while (!(condition))
-
+/* License: Ruby's */
struct asynchronous_arg_t {
/* output field */
void* stackaddr;