gpgscm: Windows 64-bit support
Closed, InvalidPublic

Assigned To
None
Authored By
gniibe
Nov 25 2022, 6:04 AM
Subscribers

Description

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 would be needed to represent a pointer.

If so, we need to fix gpgscm for Windows 64-bit.

Event Timeline

gniibe triaged this task as Wishlist priority.Nov 25 2022, 6:04 AM
gniibe created this task.

Sorry, it looks like no problem.