diff options
-rw-r--r-- | include/ruby/win32.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,10 @@ extern "C" { #endif #endif /* * Copyright (c) 1993, Intergraph Corporation * @@ -662,6 +666,10 @@ in asynchronous_func_t. typedef uintptr_t (*asynchronous_func_t)(uintptr_t self, int argc, uintptr_t* argv); uintptr_t rb_w32_asynchronize(asynchronous_func_t func, uintptr_t self, int argc, uintptr_t* argv, uintptr_t intrval); #if defined(__cplusplus) #if 0 { /* satisfy cc-mode */ |