Changed RtlCopyMemory() from function to macro
authorEric Kohl <eric.kohl@reactos.org>
Mon, 21 Feb 2000 22:44:37 +0000 (22:44 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 21 Feb 2000 22:44:37 +0000 (22:44 +0000)
commitd1341007cfac02b2fa6dff097c295e10220e817e
tree7aac81ac209339d8f18e1eb6fb0a3be79585610b
parent151f2f646e6c12db4551ff2fc51b7ed316fa37cb
Changed RtlCopyMemory() from function to macro
Improved system service table code

svn path=/trunk/; revision=995
24 files changed:
reactos/drivers/fs/vfat/dir.c
reactos/drivers/fs/vfat/dirwr.c
reactos/drivers/fs/vfat/iface.c
reactos/iface/addsys/.cvsignore
reactos/iface/addsys/genw32k.c [new file with mode: 0644]
reactos/iface/addsys/makefile
reactos/iface/addsys/mktab.cc [deleted file]
reactos/iface/native/genntdll.c
reactos/include/ddk/rtl.h
reactos/include/internal/i386/hal.h
reactos/include/internal/service.h
reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/rtl/mem.c
reactos/lib/ntdll/stdio/sprintf.c
reactos/lib/ntdll/stdio/swprintf.c
reactos/ntoskrnl/ex/napi.c
reactos/ntoskrnl/ke/i386/usercall.c
reactos/ntoskrnl/ntoskrnl.def
reactos/ntoskrnl/ntoskrnl.edf
reactos/ntoskrnl/rtl/mem.c
reactos/ntoskrnl/rtl/sprintf.c
reactos/ntoskrnl/rtl/swprintf.c
reactos/subsys/smss/init.c
reactos/subsys/win32k/main/dllmain.c