mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
NO CODE CHANGE:
[KERNEL32]: Rename "misc" to "wine" since this is what this is now. svn path=/trunk/; revision=52773
This commit is contained in:
parent
c4e918f7a9
commit
5965cf4895
9 changed files with 16 additions and 16 deletions
|
@ -61,13 +61,13 @@ list(APPEND SOURCE
|
|||
client/file/rw.c
|
||||
client/file/tape.c
|
||||
client/file/volume.c
|
||||
client/misc/actctx.c
|
||||
client/misc/comm.c
|
||||
client/misc/lzexpand.c
|
||||
client/misc/muldiv.c
|
||||
client/misc/profile.c
|
||||
client/misc/res.c
|
||||
client/misc/timezone.c
|
||||
wine/actctx.c
|
||||
wine/comm.c
|
||||
wine/lzexpand.c
|
||||
wine/muldiv.c
|
||||
wine/profile.c
|
||||
wine/res.c
|
||||
wine/timezone.c
|
||||
winnls/string/casemap.c
|
||||
winnls/string/chartype.c
|
||||
winnls/string/collation.c
|
||||
|
|
|
@ -80,15 +80,15 @@
|
|||
<file>tape.c</file>
|
||||
<file>volume.c</file>
|
||||
</directory>
|
||||
<directory name="misc">
|
||||
<file>actctx.c</file>
|
||||
<file>comm.c</file>
|
||||
<file>lzexpand.c</file>
|
||||
<file>muldiv.c</file>
|
||||
<file>profile.c</file>
|
||||
<file>res.c</file>
|
||||
<file>timezone.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
<directory name="wine">
|
||||
<file>actctx.c</file>
|
||||
<file>comm.c</file>
|
||||
<file>lzexpand.c</file>
|
||||
<file>muldiv.c</file>
|
||||
<file>profile.c</file>
|
||||
<file>res.c</file>
|
||||
<file>timezone.c</file>
|
||||
</directory>
|
||||
<directory name="winnls">
|
||||
<directory name="string">
|
||||
|
|
Loading…
Reference in a new issue