[Issue 15377] New: std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 24 06:37:45 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15377
Issue ID: 15377
Summary: std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on
Windows COFF
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: enhancement
Priority: P5
Component: phobos
Assignee: nobody at puremagic.com
Reporter: thecybershadow at gmail.com
Currently it's not possible to seek to 64-bit offsets on Windows, even when
targeting the MS C runtime which has 64-bit seek/tell functions.
--
More information about the Digitalmars-d-bugs
mailing list