changes to build cmd again
authorEric Kohl <eric.kohl@reactos.org>
Thu, 15 Apr 1999 17:40:56 +0000 (17:40 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 15 Apr 1999 17:40:56 +0000 (17:40 +0000)
commit7e74c066a73cf31a9d6b4e5dc5ddfccab9dce891
tree1b549f36a20484eab9024fbf44aa216463600598
parent64037e6939561453963f156942bc0fe2f2d2a28d
changes to build cmd again

svn path=/trunk/; revision=388
24 files changed:
reactos/apps/utils/cmd/makefile
reactos/apps/utils/cmd/ros.c
reactos/lib/kernel32/kernel32.def
reactos/lib/kernel32/makefile
reactos/lib/kernel32/string/lstring.c
reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/makefile
reactos/lib/ntdll/stdlib/atoi.c [new file with mode: 0644]
reactos/lib/ntdll/stdlib/atol.c [new file with mode: 0644]
reactos/lib/ntdll/stdlib/splitp.c [new file with mode: 0644]
reactos/lib/ntdll/stdlib/strtol.c [new file with mode: 0644]
reactos/lib/ntdll/stdlib/strtoul.c [new file with mode: 0644]
reactos/lib/ntdll/string/ctype.c
reactos/lib/ntdll/string/memmove.c [new file with mode: 0644]
reactos/lib/ntdll/string/strchr.c [new file with mode: 0644]
reactos/lib/ntdll/string/strcspn.c [new file with mode: 0644]
reactos/lib/ntdll/string/stricmp.c
reactos/lib/ntdll/string/strncat.c [new file with mode: 0644]
reactos/lib/ntdll/string/strnicmp.c [new file with mode: 0644]
reactos/lib/ntdll/string/strstr.c [new file with mode: 0644]
reactos/lib/ntdll/string/strupr.c [new file with mode: 0644]
reactos/lib/ntdll/stubs/stubs.c
rosapps/cmd/makefile
rosapps/cmd/ros.c