miere43 / nim-registry

Deal with Windows Registry from Nim
http://miere.ru/docs/registry/
MIT License
29 stars 5 forks source link

Change RegHandle to uint for 32 bit compatibility #8

Closed azlan closed 2 years ago

azlan commented 5 years ago

Araq is using uint here, https://github.com/nim-lang/Nim/blob/devel/lib/windows/registry.nim#L15

miere43 commented 2 years ago

I am embarrassed it took me 910 days to merge this fix (I kinda forgot about it and GitHub doesn't exactly reminds about these things). Sorry and thanks for your contribution!