libtins icon indicating copy to clipboard operation
libtins copied to clipboard

fixed std::uint32_t

Open AntiMatterDynamite opened this issue 10 months ago • 0 comments

std::uint32_t no longer exists in newer gcc versions, it should be changed to the normal uint32_t i've also made an issue for this pull request: https://github.com/mfontanini/libtins/issues/542

AntiMatterDynamite avatar Mar 13 '25 10:03 AntiMatterDynamite