mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-20 18:20:23 +00:00
This #define's older inttypes to their newer versions and #includes <stdint.h> in the generated files. This will help with older glibc/compiler versions using headers generated on newer systems. This closes #46223