https://issues.dlang.org/show_bug.cgi?id=16205
Issue ID: 16205 Summary: core.sys.windows.oaidl.VARIANT missing fields Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1 Component: druntime Assignee: nob...@puremagic.com Reporter: johnch_a...@hotmail.com There are a couple of fields missing from the VARIANT structure defined in core.sys.windows.oaidl. These fields need to be inserted: LONGLONG* pllVal; ULONGLONG* pullVal; See https://msdn.microsoft.com/en-gb/library/windows/desktop/ms221627(v=vs.85).aspx --