mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5058c94d57
add missing headers (direct.h for _getcwd, stdint.h for intptr_t) and fix handle/int pointer truncation warnings by casting through intptr_t. handles are 64-bit pointers on x64 windows but the hal interface uses int for pid, requiring intermediate cast to suppress warnings. Co-authored-by: Claude <noreply@anthropic.com>