23 Feb
2018
23 Feb
'18
9:41 p.m.
Hi, I'm trying to create a win64 build of CLN. Most of the changes seem to involve replacing "unsigned long" with "uintptr_t" since "long" is 32bit in Win64. To make these changes useable for the community (by way of a git patch?), should I a) just go ahead and change b) put all the changes into a #if defined(_M_AMD64) <changed code> #else <original code> #endif I refer specifically to the "unsigned long" to "uintptr_t" changes, not to all changes in general. Is there any danger in doing this change on other platforms? Best regards, Jan Rheinländer