[KERNEL32]

- Move all the read/write related functions to an appropriate source file and add it to compilation.
- Fix credits for alias.c

svn path=/branches/ros-csrss/; revision=57711
This commit is contained in:
Hermès Bélusca-Maïto 2012-11-15 18:06:17 +00:00
parent c1f19d61c2
commit d6b0ad349a
4 changed files with 1388 additions and 1345 deletions

View file

@ -41,6 +41,7 @@ list(APPEND SOURCE
client/console/alias.c
client/console/console.c
client/console/history.c
client/console/readwrite.c
client/file/backup.c
client/file/cnotify.c
client/file/copy.c

View file

@ -3,7 +3,8 @@
* PROJECT: ReactOS system libraries
* FILE: dll/win32/kernel32/client/console/console.c
* PURPOSE: Win32 server console functions
* PROGRAMMERS: Christoph von Wittich (christoph_vw@reactos.org)
* PROGRAMMERS: David Welch (welch@cwcom.net) (welch@mcmail.com)
* Christoph von Wittich (christoph_vw@reactos.org)
* Johannes Anderwald (janderwald@reactos.org)
*/

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff