Changes between Initial Version and Version 1 of Ticket #40, comment 37
- Timestamp:
- Apr 26, 2017, 9:52:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 37
initial v1 3 3 > I saw that the oemhlp.txt log contains a call to FS_CHGFILEPTRL since that is "routed through" by the call to FS_CHGFILEPTR. Isn't it dangerous to call FS_CHGFILEPTRL when /largefiles is not active 4 4 5 No, FS_CHGFILEPTRL is always called by FS_CHGFILEPTR. If /largefiles is not set, o flarge file support is disabled, 64-bit fields are not accessed.5 No, FS_CHGFILEPTRL is always called by FS_CHGFILEPTR. If /largefiles is not set, or large file support is disabled, 64-bit fields are not accessed. 6 6 7 7 > I would think that you are expecting a different "struct sffsi" definition (along with a 64-bit signed offset instead of a 32-bit signed offset) when the /largefiles switch is specified, or not ?