On this page:
win64?
winapi

5.15 Windows API Helpers

 (require ffi/winapi) package: base

value

win64? : boolean?

Indicates whether the current platform is 64-bit Windows: #t if so, #f otherwise.

value

winapi : (or/c 'stdcall 'default)

Suitable for use as an ABI specification for a Windows API function: 'stdcall on 32-bit Windows, 'default on 64-bit Windows or any other platform.