Update for Yuval's win32 changes.

(Logical change 1.463)
edge.strict_endians
cantab.net!aia21 2004-07-15 09:50:08 +00:00
parent 3297e348b1
commit bb757d9012
1 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,16 @@ xx/xx/2004 - 1.9.3-WIP
- ntfswipe - wipe file tails and directory indexes (Yura)
- Bugfix in ntfs_rl_pread,pwrite for pos > 0. (Yura)
- Added special image format support in ntfsclone. (Per Olofsson)
- Major win32_io.c update implementing ->ioctl, ->sync, and ->stat.
Should compile on any machine with NT/2k/XP compatible include files.
That means EVERY cygwin/mingw32 compiler, possibly even
Intel/Microsoft. Will probably not work on djgpp. All external DLL
imports exist on any Windows 9x/NT+, so it should work on any Windows
PC. Tested only on Windows XP. The write code is trivial now, but I
would wait with it until I figure out how to find if a volume is
mounted or not in Windows. Also mkntfs still has no chance of
working as getting the head-count is NT specific and as such wasn't
implemented. (Yuval)
11/05/2004 - 1.9.2 - Decompression bug fixes, ntfsinfo enhancements, updates.
- Hopefully fix the autogen.sh problems using the --force and touch