UNPKG

win32-def

Version:
11 lines 308 B
// dict of windef value import { CallingConvention } from './ffi.types.js'; export const config = { _WIN64: process.arch === 'x64', }; export const loadOptionsDefault = { _WIN64: config._WIN64, convention: CallingConvention.Cdecl, autoCreateStruct: true, }; //# sourceMappingURL=config.js.map