reactos/reactos/ntoskrnl/io
Casper Hornstrup 1e6c809d07 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
Changes for compiling with w32api

	* include/ddk/obfuncs.h (ObCreateObject): Remove.
	* include/ntos/zwtypes.h (ObRosCreateObject):
	* ntoskrnl/ntoskrnl.def, ntoskrnl/ntoskrnl.edf: Export ObCreateObject@36
	and ObRosCreateObject@20.
	* ntoskrnl/cm/ntfunc.c, ntoskrnl/cm/registry.c, ntoskrnl/cm/regobj.c,
	ntoskrnl/io/create.c, ntoskrnl/io/device.c, ntoskrnl/io/iocomp.c,
	ntoskrnl/lpc/connect.c, ntoskrnl/lpc/create.c, ntoskrnl/mm/section.c,
	ntoskrnl/nt/evtpair.c, ntoskrnl/nt/mutant.c, ntoskrnl/nt/ntevent.c,
	ntoskrnl/nt/ntsem.c, ntoskrnl/nt/nttimer.c, ntoskrnl/nt/profile.c,
	ntoskrnl/ob/dirobj.c, ntoskrnl/ob/namespc.c, ntoskrnl/ob/symlink.c,
	ntoskrnl/ps/create.c, ntoskrnl/ps/process.c, ntoskrnl/se/token.c,
	subsys/win32k/ntuser/winsta.c: Use ObRosCreateObject, not ObCreateObject.
	* ntoskrnl/ob/object.c (ObRosCreateObject): Rename from ObCreateObject.
	(ObCreateObject): Add stub.

svn path=/trunk/; revision=4866
2003-06-07 12:17:20 +00:00
..
.cvsignore
adapter.c
arcname.c My biggest commit so far (everything compiles and apparently runs fine): 2003-04-26 23:13:33 +00:00
buildirp.c -cleanup IoBuildSynchronousFsdRequest 2003-06-04 21:41:12 +00:00
cancel.c -IoCancelIrp fixed/improved (Thanks to Gunnar Andr� Dalsnes). 2003-01-25 16:15:33 +00:00
cleanup.c -corrected protoype 2003-06-05 23:38:37 +00:00
cntrller.c
create.c 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-06-07 12:17:20 +00:00
device.c 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-06-07 12:17:20 +00:00
dir.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
driver.c
errlog.c
error.c
event.c
file.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
flush.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
fs.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
iocomp.c 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-06-07 12:17:20 +00:00
ioctrl.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
iomgr.c - Implemented ObQueryNameString(). 2003-06-02 10:04:28 +00:00
iowork.c - Save the device object for dereferencing before the worker routine is called (IoWorkItemCallback). 2003-03-23 10:50:13 +00:00
irp.c -corrected protoype 2003-06-05 23:38:37 +00:00
lock.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
mailslot.c
mdl.c
npipe.c
page.c
parttab.c Fixed some hal dispatch table issues. 2003-02-26 14:14:47 +00:00
pnpmgr.c
pnproot.c
process.c
queue.c
rawfs.c 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-06-07 11:34:36 +00:00
resource.c
rw.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
share.c
shutdown.c
symlink.c * Moved symbolic link implementation to the object manager. 2003-02-25 16:50:46 +00:00
timer.c
vpb.c -Fixed FileObject/Event dereferencing at IRP completion problem 2003-05-22 00:47:04 +00:00
xhaldisp.c Fixed some hal dispatch table issues. 2003-02-26 14:14:47 +00:00
xhaldrv.c 2003-05-11 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-05-11 18:31:09 +00:00