- start moving a few file related functions from files/file.c to
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 24 Jun 2003 02:32:01 +0000 (02:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jun 2003 02:32:01 +0000 (02:32 +0000)
commitf6a70969e1d1cce3bfa5a02770812c11de932b0b
treee8cd93df819dc67bc23af09ff42d00b36a273970
parent6c9b097fae9a4466c076cd234840b24a57764d32
- start moving a few file related functions from files/file.c to
  dlls/kernel subdir (also splitting 16bit APIs in a separate file)
- implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the
  kernel32 equivalent
- implemented a few information classes in NtQueryInformationFile and
  NtSetInformationFile (still lots of missing classes)
- enhanced the get_file_info server request in order to implement
  correctly NtQueryInformationFile (change time & file alloc size)
- rewrote registry loading to comply with latest changes
13 files changed:
dlls/kernel/Makefile.in
dlls/kernel/file.c [new file with mode: 0644]
dlls/kernel/file16.c [new file with mode: 0644]
dlls/kernel/kernel_private.h
dlls/ntdll/file.c
dlls/ntdll/ntdll.spec
files/file.c
include/wine/server_protocol.h
include/winternl.h
misc/registry.c
server/file.c
server/protocol.def
server/trace.c