Mike McCormack
|
13ea51556d
|
kernel32: Move FileCDR16 in with the other 16bit file functions.
|
2006-01-16 20:51:28 +01:00 |
Alexandre Julliard
|
03b040c51d
|
server: Added object attributes to a few more requests.
|
2005-12-09 14:52:04 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Alexandre Julliard
|
f8ee161a1b
|
Fixed some traces to use the right printf format and avoid typecasts.
|
2005-09-12 10:30:05 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Alexandre Julliard
|
0f079d7858
|
Moved the kernel per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved1.
|
2005-06-06 20:00:14 +00:00 |
Hans Leidekker
|
546b432347
|
Stub implementation for ReadDirectoryChangesW.
|
2005-01-31 16:23:31 +00:00 |
Alexandre Julliard
|
0d33e5e32d
|
Added proper support for switching file APIs between ANSI and OEM
codepages. Optimized some of the A->W conversions by using the
per-thread Unicode string buffer.
|
2004-05-13 20:21:25 +00:00 |
Alexandre Julliard
|
a9832be1a7
|
Make FindFirstFileExW and FindFirstChangeNotificationW use NtOpenFile
directly so that they can take advantage of the FILE_DIRECTORY_FILE
option.
|
2004-04-17 00:26:54 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
7df1b9e03a
|
Start using the exported TEB structure from winternl.h where
possible.
|
2003-08-28 19:57:35 +00:00 |
Alexandre Julliard
|
78d108b964
|
Moved misc/error.c to dlls/kernel/error16.c.
Get rid of misc/main.c.
|
2003-05-21 18:31:01 +00:00 |
Alexandre Julliard
|
3e588e3a57
|
Implemented file change notifications, based on a patch by Mike
McCormack.
|
2003-03-26 23:41:43 +00:00 |