Alexandre Julliard
|
b70e0c8ea6
|
Removed the FailReadOnly option, this is now the default behavior.
|
2004-04-02 23:33:39 +00:00 |
Alexandre Julliard
|
f39be9ff48
|
Return the right error code for non-existent VxD modules.
|
2004-02-25 01:31:17 +00:00 |
Alexandre Julliard
|
6c8147b1d1
|
Allow the implementation of the VxDCall entry points to be moved to
separate VxD dlls.
Moved VMM code to a separate dll, and removed the registry calls to
get rid of the code duplication with advapi32.
|
2004-02-21 04:13:56 +00:00 |
Alexandre Julliard
|
4d984fd9c1
|
Create real file handles for VxDs instead of using the server device
object hack (partly based on a patch by Eric Pouech).
|
2004-02-20 05:22:20 +00:00 |
Mike Hearn
|
43cb03be3a
|
Implemented RegFlushKey and NtFlushKey.
|
2004-01-03 00:38:30 +00:00 |
Dimitrie O. Paun
|
2eaefbd1a4
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
Alexandre Julliard
|
e983652363
|
Moved a number of DOS definitions out of the global headers and into
winedos private files. Removed the msdos.h header.
|
2003-11-15 00:13:20 +00:00 |
Alexandre Julliard
|
4044372596
|
Moved winedos loading functionality to dlls/kernel/instr.c and get rid
of msdos/dpmi.c.
|
2003-11-14 21:08:39 +00:00 |
Alexandre Julliard
|
55b51eabdf
|
Removed instance.h and callback.h, moving their contents to
kernel_private.h.
|
2003-11-13 21:04:01 +00:00 |
Alexandre Julliard
|
9146e68b43
|
Moved VxDCall support to dlls/kernel.
|
2003-09-18 00:06:02 +00:00 |