mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[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:
parent
c1f19d61c2
commit
d6b0ad349a
4 changed files with 1388 additions and 1345 deletions
|
@ -41,6 +41,7 @@ list(APPEND SOURCE
|
||||||
client/console/alias.c
|
client/console/alias.c
|
||||||
client/console/console.c
|
client/console/console.c
|
||||||
client/console/history.c
|
client/console/history.c
|
||||||
|
client/console/readwrite.c
|
||||||
client/file/backup.c
|
client/file/backup.c
|
||||||
client/file/cnotify.c
|
client/file/cnotify.c
|
||||||
client/file/copy.c
|
client/file/copy.c
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: dll/win32/kernel32/client/console/console.c
|
* FILE: dll/win32/kernel32/client/console/console.c
|
||||||
* PURPOSE: Win32 server console functions
|
* 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)
|
* Johannes Anderwald (janderwald@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
1385
dll/win32/kernel32/client/console/readwrite.c
Normal file
1385
dll/win32/kernel32/client/console/readwrite.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue