mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
685119e0cd
Changes for compiling with w32api * include/ddk/obfuncs.h (ObCreateObject): Remove. * include/ntos/zwtypes.h (ObRosCreateObject): Add. * 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=4867 |
||
---|---|---|
.. | ||
cc | ||
cm | ||
dbg | ||
ex | ||
fs | ||
include/internal | ||
io | ||
kd | ||
ke | ||
ldr | ||
lpc | ||
mm | ||
nt | ||
ob | ||
objects | ||
po | ||
ps | ||
rtl | ||
se | ||
.cvsignore | ||
Makefile | ||
Makefile.i386 | ||
mkconfig.c | ||
ntoskrnl.dbg.lnk | ||
ntoskrnl.def | ||
ntoskrnl.edf | ||
ntoskrnl.full.def | ||
ntoskrnl.lnk | ||
ntoskrnl.mc | ||
ntoskrnl.rc | ||
ntoskrnl.txt |