tergent icon indicating copy to clipboard operation
tergent copied to clipboard

Add support for 32bit arches

Open Grimler91 opened this issue 2 years ago • 1 comments

Hi, this PR adds support for arm and i686.

Issue has been that c_ulong is u32 on arm and i686, and u64 on aarch64 and x86_64. By replacing some u64 types with c_ulong where applicable the issue is solved.

Also update dependencies while we are at it

Grimler91 avatar Jun 03 '22 15:06 Grimler91

Hi, thank you very much for your contribution! I have not had time to work on this project in a long while, and unfortunately I still don't, so I will grant permissions and leave it up to you if you still would like to merge this or not.

aeolwyr avatar Dec 16 '23 20:12 aeolwyr