Alexandre Julliard
|
716878c5b1
|
Fixed a number of NT status values to be closer to NT behavior.
|
2004-04-16 23:32:40 +00:00 |
Alexandre Julliard
|
1cb0cf4ced
|
Moved wine_get_unix_file_name implementation to ntdll, and changed it
to return an allocated buffer instead of a fixed size one.
|
2004-04-14 19:40:53 +00:00 |
Alexandre Julliard
|
7e65631832
|
Added support for restarting directory scans on platforms where
seekdir return values cannot be reused on a different directory
object.
Added some checks for invalid file names in DIR_nt_to_unix.
|
2004-04-14 04:36:21 +00:00 |
Alexandre Julliard
|
e792fb74ba
|
Implemented NtCreatelFile using the new symlink scheme.
Use NtCreateFile in the loader, and get rid of the CreateFileW upcall
hack.
|
2004-04-12 23:31:09 +00:00 |
Alexandre Julliard
|
24df62e32b
|
O_DIRECTORY is not really needed.
|
2004-03-16 19:19:12 +00:00 |
Alexandre Julliard
|
f30cfa8858
|
Implemented NtQueryDirectoryFile (partly based on a patch by Eric
Pouech).
|
2004-03-16 01:32:02 +00:00 |