Differences From Artifact [b1e0890846]:
- File src/OFSeekableStream.h — part of check-in [5202319334] at 2022-09-24 17:03:35 on branch trunk — Document more exceptions (user: js, size: 2778) [annotate] [blame] [check-ins using] [more...]
To Artifact [0e5a829485]:
- File src/OFSeekableStream.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 2771) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | /** @file */ #if defined(OF_WINDOWS) typedef __int64 OFStreamOffset; #elif defined(OF_ANDROID) typedef long long OFStreamOffset; #elif defined(OF_MORPHOS) |
| ︙ |