TinyScheme uses the type of `long`, possibly assuming it can represent a pointer. That's true on LP64 system, but Windows 64-bit is LLP64 system, where `long long` iswould be needed to represent a pointer.
WeIf so, we need to fix gpgscm for Windows 64-bit.