Line | |
---|
1 | /* $Id: changelog,v 1.969 2000-06-03 04:07:34 bird Exp $ */
|
---|
2 |
|
---|
3 | 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - Win32k/REXX: Rewrote the REXX stub program in assembly.
|
---|
5 | (exe size: 688 bytes) Might be able to embedd it in
|
---|
6 | win32k.sys... (not priority)
|
---|
7 |
|
---|
8 | 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
9 | - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
|
---|
10 | - KERNEL32: Rewrote CompareFileTime, DeleteFileA
|
---|
11 | Put file io apis in separate handlemanager object class
|
---|
12 | Rewrote most file io apis; includes support for 64 bits file
|
---|
13 | pointer/size:
|
---|
14 | - CreateFile/OpenFile/DuplicateHandle/CloseHandle
|
---|
15 | - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
|
---|
16 | - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
|
---|
17 | - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
|
---|
18 | Fixed some OpenFile bugs. Put Read/WriteFileEx into file
|
---|
19 | io class. Fixed LockFileEx/UnlockFileEx
|
---|
20 | New file apis use OS/2 apis now; overlapped IO not yet
|
---|
21 | supported.
|
---|
22 | - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
|
---|
23 | Fixes open file dialog
|
---|
Note:
See
TracBrowser
for help on using the repository browser.