mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e8bcfa71c3
add explicit cast to DWORD when passing usec to Sleep(). Sleep() takes 32-bit DWORD but usec is mrb_int which can be 64-bit, causing warning c4244. Co-authored-by: Claude <noreply@anthropic.com>