mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
1e6c809d07
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 |
||
---|---|---|
.. | ||
.cvsignore | ||
adapter.c | ||
arcname.c | ||
buildirp.c | ||
cancel.c | ||
cleanup.c | ||
cntrller.c | ||
create.c | ||
device.c | ||
dir.c | ||
driver.c | ||
errlog.c | ||
error.c | ||
event.c | ||
file.c | ||
flush.c | ||
fs.c | ||
iocomp.c | ||
ioctrl.c | ||
iomgr.c | ||
iowork.c | ||
irp.c | ||
lock.c | ||
mailslot.c | ||
mdl.c | ||
npipe.c | ||
page.c | ||
parttab.c | ||
pnpmgr.c | ||
pnproot.c | ||
process.c | ||
queue.c | ||
rawfs.c | ||
resource.c | ||
rw.c | ||
share.c | ||
shutdown.c | ||
symlink.c | ||
timer.c | ||
vpb.c | ||
xhaldisp.c | ||
xhaldrv.c |