Hi, I was writing a script for automated cross-build (Linux -> win64) for bitcoin (https://github.com/delirium---/bqt-autobuild) and met some issues with building the client. One is solved in attached commit https://github.com/delirium---/bitcoin/commit/b95e6376d083dc904722c4b5ddd7954a3a44826d
DWORD and DWORD_PTR have same size of 32bit systems but different on 64bit.