mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32]
- Place console.c file in a dedicated directory because I will after split it into logical units (eg. a file for Alias-functions, a file for Read-write functions, etc...) to facilitate maintenance. svn path=/branches/ros-csrss/; revision=57705
This commit is contained in:
parent
6716529b84
commit
aa2347c408
2 changed files with 1 additions and 1 deletions
|
@ -38,10 +38,10 @@ list(APPEND SOURCE
|
|||
client/version.c
|
||||
client/virtmem.c
|
||||
client/vista.c
|
||||
client/console/console.c
|
||||
client/file/backup.c
|
||||
client/file/cnotify.c
|
||||
client/file/copy.c
|
||||
client/file/console.c
|
||||
client/file/create.c
|
||||
client/file/delete.c
|
||||
client/file/deviceio.c
|
||||
|
|
Loading…
Reference in a new issue