Moved shared crtdll/ntdll functions into ntdll.
commit4f356e86e4bf85f525ea17bbecd8e89abc33adef
authorAlexandre Julliard <julliard@winehq.org>
Fri, 23 Jun 2000 16:16:30 +0000 (23 16:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Jun 2000 16:16:30 +0000 (23 16:16 +0000)
tree06e71ee2f0ae3abb69c4fb654e0fe926fcaff72c
parent917910324f378d5bd491f78ee598494b4f1b60a8
Moved shared crtdll/ntdll functions into ntdll.
Made crtdll a separate dll.
17 files changed:
Make.rules.in
Makefile.in
dlls/Makefile.in
dlls/commdlg/filedlg95.c
dlls/crtdll/.cvsignore
dlls/crtdll/Makefile.in
dlls/crtdll/crtdll.spec
dlls/crtdll/crtdll_main.c
dlls/crtdll/mbstring.c
dlls/crtdll/wcstring.c
dlls/ntdll/Makefile.in
dlls/ntdll/misc.c
dlls/ntdll/ntdll.spec
dlls/ntdll/rtlstr.c
dlls/ntdll/string.c [new file with mode: 0644]
dlls/ntdll/wcstring.c [new file with mode: 0644]
include/crtdll.h